Register_Shift__c Object Reference

Field Definitions

Field Name Type Required Unique Description
End_Balance__c Currency(18, 0) No No The cash balance at the end of the shift.
Ended_At__c DateTime No No The time this Shift ended.
Register_Id__c Lookup(Register__c) Yes No The Register that this Shift belongs to.
Start_Balance__c Currency(18, 0) No No The cash balance at the start of the shift.
Started_At__c DateTime No No The time this Shift started.
User_Id__c Lookup(User) No No The User that this Shift belongs to.
sC_Id__c Text No Yes StoreConnect External ID, do not modify in Salesforce

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation