Skip to main content

SupportUser_Notes Tables

The leaseCompany_enquiry_serviceUnit_supportUserNotes_latest and leaseCompany_enquiry_serviceUnit_supportUserNotes_changelog tables stores the notes added by the support console user 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

🔸 Array Columns​

Array of STRUCT

notes​

Column NameData TypeNullableDescription
noteSTRINGYESText content of the note
statusSTRINGYESStatus associated with the note
timestamp._secondsINT64YESTimestamp seconds when the note was added
timestamp._nanosecondsINT64YESTimestamp nanoseconds when the note was added
user.firstnameSTRINGYESfirst name of the user who added the note
user.lastnameSTRINGYESlast name of the user who added the note
user.objectIDSTRINGYESobjectID of the user who added the note