Skip to main content

Big Objects

This reference page provides information about the big objects that the 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.

Document Audit Log

The Document Audit Log (mvn__CM_Document_Audit_Log__b) big object stores the audit logs for documents.

mvn__CM_Document_Audit_Log__b schema
Field labelAPI nameData typeDescription
Datemvn__CM_Date__cDate/TimeThe date and time when the audit log occurred.
Documentmvn__CM_Document__cLookup(Document)The Document (mvn__CM_Document__c) record related to the audit log entry.
Document Versionmvn__CM_Document_Version__cLookup(Document Version)The Document Version (mvn__CM_Document_Version__c) record related to the audit log entry.
Event Detailsmvn__CM_Event_Details__cLong Text Area(130000)Details about the event.
Event Typemvn__CM_Event_Type__cText(20)The type of event. Possible event types include: - DOCUMENT_CREATE - DOCUMENT_DELETE - DOCUMENT_USAGE - METADATA_UPDATE - NEW_DOCUMENT_DRAFT - NEW_VERSION_SNAPSHOT - NEW_VERSION_UPLOAD - REGION_CREATE - REGION_DELETE - RELATIONSHIP_CREATE - RELATIONSHIP_DELETE - ROLE_CREATE - ROLE_DELETE - STATE_CHANGE - TRANSLATION_COMPLETE - TRANSLATION_FAILED - VERSION_DELETE - WF_TASK_ASSIGN - WF_TASK_CLOSE - WORKFLOW_END - WORKFLOW_START
Performed Bymvn__CM_Performed_By__cLookup(User)The user who performed the event.
Performed By Idmvn__CM_Performed_By_Id__cText(18)The ID of the user who performed the event.
Related Record Idmvn__CM_Related_Record_Id__cText(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 Idmvn__CM_Transaction_Id__cText(36)The UUID v4 ID of the transaction. All audit log events that happened in the same context have the same transaction ID.

File Marker

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.

mvn__WV_File_Marker__b schema
Field labelAPI nameData typeDescription
File IDmvn__WV_File_ID__cText(18)The ContentVersion record ID of the file that the marker belong to.
Markermvn__WV_Marker__cLong Text Area(131072)The marker itself. Annotations are stored as XML while bookmarks are stored as JSON.
Marker IDmvn__WV_Marker_ID__cText(40)The ID of the marker in the file. This is only unique within a file.
Referenced?mvn__WV_Referenced__cNumber(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 Bymvn__WV_Referenced_By__cLong Text Area(131072)The list of big object keys of all the file markers that reference this file marker.
Referencesmvn__WV_References__cText(100)The big object key of another file marker that this file marker references.
Typemvn__WV_Type__cText(10)The type of marker. Possible types include: - Anchor - Annotation - Bookmark
Usermvn__WV_User__cLookup(User)The user who created and owns the marker.