Register Shift Object Reference
Overview
Register Shift represents a session of usage of a device used for StoreConnect’s
Point-Of-Sale system.
| Property |
Value |
| API Name |
s_c__Register_Shift__c |
| Label |
Register Shift |
| Plural Label |
Register Shifts |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| End Balance |
s_c__End_Balance__c |
Currency(18,0) |
No |
The cash balance at the end of the shift. |
| End Time |
s_c__Ended_At__c |
DateTime |
No |
The time this Shift ended. |
| Register |
s_c__Register_Id__c |
Lookup (s_c__Register__c) |
Yes |
The Register that this Shift belongs to. |
| Start Balance |
s_c__Start_Balance__c |
Currency(18,0) |
No |
The cash balance at the start of the shift. |
| Start Time |
s_c__Started_At__c |
DateTime |
No |
The time this Shift started. |
| User |
s_c__User_Id__c |
Lookup (User) |
No |
The User that this Shift belongs to. |
| StoreConnect External ID |
s_c__sC_Id__c |
Text(36) |
No |
StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__Register_Id__c |
Lookup |
s_c__Register__c |
Register_Shifts |
s_c__User_Id__c |
Lookup |
User |
Register_Shift_Users |