Register Object Reference
On this page
Overview
Register represent a device used for StoreConnect’s Point-Of-Sale system.
| Property | Value |
|---|---|
| API Name | s_c__Register__c |
| Label | Register |
| Plural Label | Registers |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Active | s_c__Active__c |
Checkbox | No | Defines whether this Register can be selected by the POS system. |
| Connected | s_c__Connected__c |
Checkbox | No | If enabled, this Register has been connected to a device. |
| Outlet | s_c__Outlet_Id__c |
Lookup (s_c__Outlet__c) | Yes | The Outlet that this Register is connected to. |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Outlet_Id__c |
Lookup | s_c__Outlet__c | Outlet_Registers |
Referenced by
These objects hold a lookup or master-detail relationship to Register (s_c__Register__c). Where the referring record exists to join things together, Also links to shows what it connects this object to.
| Object | Field | Type | Relationship Name | Also links to |
|---|---|---|---|---|
| s_c__Audit_Log__c | s_c__Register_Id__c |
Lookup | Audit_Logs_Register | — |
| s_c__Fulfillment_Station__c | s_c__Register_Id__c |
Lookup | Fulfillment_Stations_Register | — |
| s_c__Register_Fulfillment_Category_Station__c | s_c__Register_Id__c |
Lookup | Reg_Fulfillment_Cat_Stations_Register | s_c__Fulfillment_Category__c, s_c__Fulfillment_Station__c |
| s_c__Register_Shift__c | s_c__Register_Id__c |
Lookup | Register_Shifts | User |
| s_c__Shipment__c | s_c__First_Printed_Register_Id__c |
Lookup | Shipments_First_Printed_Register | — |
| s_c__Shipment__c | s_c__Last_Printed_Register_Id__c |
Lookup | Shipments_Last_Printed_Register | — |
On the storefront
Storefront templates read this object through the Register Liquid object, written as register in a theme.
Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from register.data. See custom data fields in Liquid.
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.