How to update Content Organizer Logs for version 5.7
Posted on by Let's Strategize
-->
When Content Organizer version 5.7 was released for Salesforce CRM, it provided access to reporting fields. If you already have Content Organizer installed in your salesforce.com instance and upgraded to v5.7, you must run the following script after the package upgrade has completed in the developer console. This will update the Log object records so you will have the data populated for the v5.7 reports.
Please find the CO Log script with Product name:
Map<String, List<LS_CO__CO_Log__c>> logMap = new Map<String, List<LS_CO__CO_Log__c>>();