(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
CSVOutputHistorySUPICE__CSVOutputHistory__c

【Fields】

Field LabelAPI NameTypeDescription
OutputRecordListSUPICE__OutputRecordList__cLong Text AreaThe record ID of the output record will be registered separated by ",".
OutputUserSUPICE__OutputUser__cReference(User)The user ID of the user who exported the CSV is registered.
OutputDateTimeSUPICE__OutputDateTime__cDate TimeRegister 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.