Big Objects
This reference page provides information about the big objects that the Scientific Publications Cloud product uses. Each section on this page includes a description of the big object and a table of the custom fields on the big object. For more information about big objects, reference Salesforce's documentation.
The Document Audit Log (mvn__CM_Document_Audit_Log__b) big object stores the audit logs for documents.
Field label | API name | Data type | Description |
|---|---|---|---|
Date | mvn__CM_Date__c | Date/Time | The date and time when the audit log occurred. |
Document | mvn__CM_Document__c | Lookup(Document) | The Document ( |
Document Version | mvn__CM_Document_Version__c | Lookup(Document Version) | The Document Version ( |
Event Details | mvn__CM_Event_Details__c | Long Text Area(130000) | Details about the event. |
Event Type | mvn__CM_Event_Type__c | Text(20) | The type of event. Possible event types include:
|
Performed By | mvn__CM_Performed_By__c | Lookup(User) | The user who performed the event. |
Performed By Id | mvn__CM_Performed_By_Id__c | Text(18) | The ID of the user who performed the event. |
Related Record Id | mvn__CM_Related_Record_Id__c | Text(18) | The ID of the record that is related to the event. This is different from and in addition to the related Document and Document Version records listed in the fields above. |
Transaction Id | mvn__CM_Transaction_Id__c | Text(36) | The UUID v4 ID of the transaction. All audit log events that happened in the same context have the same transaction ID. |
The File Marker (mvn__WV_File_Marker__b) big object stores file markers, such as annotations, bookmarks, and anchors, made through the enhanced document viewer.
Field label | API name | Data type | Description |
|---|---|---|---|
File ID | mvn__WV_File_ID__c | Text(18) | The ContentVersion record ID of the file that the marker belong to. |
Marker | mvn__WV_Marker__c | Long Text Area(131072) | The marker itself. Annotations are stored as XML while bookmarks are stored as JSON. |
Marker ID | mvn__WV_Marker_ID__c | Text(40) | The ID of the marker in the file. This is only unique within a file. |
Referenced? | mvn__WV_Referenced__c | Number(1, 0) | Whether or not this file marker is referenced by another file marker. If yes, then this is 1; if no, then this is 0. |
Referenced By | mvn__WV_Referenced_By__c | Long Text Area(131072) | The list of big object keys of all the file markers that reference this file marker. |
References | mvn__WV_References__c | Text(100) | The big object key of another file marker that this file marker references. |
Type | mvn__WV_Type__c | Text(10) | The type of marker. Possible types include:
|
User | mvn__WV_User__c | Lookup(User) | The user who created and owns the marker. |