Skip to main content

Big Objects

This reference page provides information about the big objects that the Medical Information 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 Deleted Record Audit Log (mvn__Deleted_Record_Audit_Log__b) big object stores the audit logs for records that have been deleted.

Table 199. mvn__Deleted_Record_Audit_Log__b schema

Field label

API name

Data type

Description

Event Details

mvn__Event_Details__c

Long Text Area(131072)

Any additional information that was provided regarding the deletion event or transaction.

Object Type

mvn__Object_Type__c

Text(62)

The API name of the object of the record that was deleted.

Occurred At

mvn__Occurred_At__c

Date/Time

The date and time that the record was deleted. This is in GMT.

Occurred On

mvn__Occurred_On__c

Text(10)

The date and time that the record was deleted. This is in GMT and formatted as YYYY-MM-DD.

Origin

mvn__Origin__c

Text(255)

The cause or source of the record deletion. For example, if the record deletion was manually initiated by a user or completed by some automation (e.g., Anonymization Service).

Parent Id

mvn__Parent_Id__c

Text(18)

The ID of the parent record whose deletion caused the child record to be subsequently deleted as well (i.e., via cascade delete).

Performed By

mvn__Performed_By__c

Lookup(User)

The user who initiated the record deletion.

Note

In rare cases, a record deletion may be the result of a process that runs under an "Automated Process User" that does not have a corresponding User record. In such scenarios, the name of the user will be specified in the Performed By Id field.

Performed By Id

mvn__Performed_By_Id__c

Text(18)

The ID of the user or the name of the system user that initiated the record deletion.

Record Id

mvn__Record_Id__c

Text(18)

The ID of the record that was deleted.

Transaction Id

mvn__Transaction_Id__c

Text(36)

The UUID v4 ID for the event or transaction in which the record deletion occurred. All records deleted within a given context will share the same transaction ID.

Type

mvn__Type__c

Text(25)

The type of event or transaction that occurred (e.g., Delete).



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

Table 200. mvn__CM_Document_Audit_Log__b schema

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 (mvn__CM_Document__c) record related to the audit log entry.

Document Version

mvn__CM_Document_Version__c

Lookup(Document Version)

The Document Version (mvn__CM_Document_Version__c) record related to the audit log entry.

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:

  • 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 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.

Table 201. mvn__WV_File_Marker__b schema

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:

  • Anchor

  • Annotation

  • Bookmark

User

mvn__WV_User__c

Lookup(User)

The user who created and owns the marker.