Can I add a custom field in the report logs in Dashboard?
This is not supported in Dashboard. However, you can use the K2 Reporting API to get this info into your own custom log. This information can be found in the “K2 Reporting” part of the Verity K2 Administration Programming Guide. You will find the information on how to create a custom field under “Log Custom Fields” under “Client Requirements” in the chapter “About K2 Reporting”. You will need to create your own ClientSpecificPairs and then modify your app to add VSearch.addQueryLogEntry() to log the new custom field.