(4)-c-5. About CSV Output History Creation
It is possible to automatically save the historical information of the records exported from the data table to CSV.
CSV output history object is created at the time of package installation of SkyVisualEditor LC.。
In order to create a CSV output history, you need to grant access rights to the target profile.
Please refer to< 2-1-5. Permission setup in Salesforce >.
【CSV output history object】
Object Name | API Name |
---|---|
CSVOutputHistory | SUPICE__CSVOutputHistory__c |
【Fields】
Field Label | API Name | Type | Description |
---|---|---|---|
OutputRecordList | SUPICE__OutputRecordList__c | Long Text Area | The record ID of the output record will be registered separated by ",". |
OutputUser | SUPICE__OutputUser__c | Reference(User) | The user ID of the user who exported the CSV is registered. |
OutputDateTime | SUPICE__OutputDateTime__c | Date Time | Register the output date and time of CSV output. |
【Creating a record in a CSV output history object】
One output = One record is created in the CSV output history object, regardless of the number of CSV records output.
【Attention】
CSV output history creation consumes data storage space.
If you do not need the history information, we recommend that you do not enable this feature.