Skip to main content

SupportUser_ActivityLogs Tables

The leaseCompany_enquiry_serviceUnit_supportUser_activityLogs_latest and leaseCompany_enquiry_serviceUnit_supportUser_activityLogs_changelog tables stores the activities of support console users for of all the enquiries.


🔹 Standard Columns​

Column NameData TypeNullableDescription
document_nameSTRINGYESName of the Firestore document
document_event_idSTRINGYESUnique ID representing the document event (change ID)
document_timestampTIMESTAMPYESTimestamp when the document event occurred
document_operationSTRINGYESType of Firestore operation (e.g., CREATE, UPDATE, DELETE)
document_idSTRINGYESID of the Firestore document
accountIdSTRINGYESAccount identifier related to the document
serviceUnitIdSTRINGYESIdentifier of the service unit
enquiryIdSTRINGYESIdentifier for the enquiry associated with the document
leaseCompanyIdSTRINGYESIdentifier for the lease company related to this record
lastActivityTimestampTIMESTAMPYESTimestamp of the last activity performed

🔸 Array Columns​

Array of STRUCT

activities​

Column NameData TypeNullableDescription
labelSTRINGYESDescription of the activity (e.g., "viewed enquiry 1234")
timestampTIMESTAMPYESWhen the activity occurred
usernameSTRINGYESUsername of the person who performed the activity