POS Action Item Object Reference
On this page
Overview
A UI element (button) within a menu or grid in a POS Action Group.
| Property | Value |
|---|---|
| API Name | s_c__Pos_Action_Item__c |
| Label | POS Action Item |
| Plural Label | POS Action Items |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Action | s_c__Action__c |
Text(255) | No | The action of this item. |
| Child Action Group | s_c__Child_Pos_Action_Group_Id__c |
Lookup (s_c__Pos_Action_Group__c) | No | The child action group this item belongs to in the StoreConnect POS UI. |
| Color | s_c__Color__c |
Text(255) | No | Defines a color for the item’s appearance in supported menus. |
| Column | s_c__Column__c |
Number(8,0) | No | The column number in the parent grid layout. |
| Display Name | s_c__Display_Name__c |
Text(255) | No | The name of the item that will show in the POS. If empty, Name will be shown instead. |
| Icon | s_c__Icon__c |
Text(255) | No | Defines an icon for the item’s appearance in supported menus. |
| Image | s_c__Image_Id__c |
Lookup (s_c__Media__c) | No | Defines an image for the item’s appearance in supported menus. |
| Next Action Item | s_c__Next_Pos_Action_Item_Id__c |
Lookup (s_c__Pos_Action_Item__c) | No | The action item to trigger after this one finishes |
| Page | s_c__Page__c |
Number(8,0) | No | The page number in the parent grid layout. |
| Params | s_c__Params__c |
LongTextArea(1000) | No | The parameters for this item. |
| Parent Action Group | s_c__Parent_Pos_Action_Group_Id__c |
Lookup (s_c__Pos_Action_Group__c) | No | The parent action group this item belongs to in the StoreConnect POS UI. |
| View | s_c__Pos_View_Id__c |
Lookup (s_c__Pos_View__c) | No | The view that this item is associated with. |
| Position | s_c__Position__c |
Number(8,0) | No | Defines the order of this item within a list group. |
| Row | s_c__Row__c |
Number(8,0) | No | Row number in the parent grid layout. |
| Type | s_c__Type__c |
Picklist | No | Specifies whether the item is an action or a group. |
| 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__Child_Pos_Action_Group_Id__c |
Lookup | s_c__Pos_Action_Group__c | POS_Action_Items_POS_Child_Action_Group |
s_c__Image_Id__c |
Lookup | s_c__Media__c | POS_Action_Items_Media |
s_c__Next_Pos_Action_Item_Id__c |
Lookup | s_c__Pos_Action_Item__c | POS_Action_Items_POS_Next_Action_Item |
s_c__Parent_Pos_Action_Group_Id__c |
Lookup | s_c__Pos_Action_Group__c | POS_Action_Items_POS_Parent_Action_Group |
s_c__Pos_View_Id__c |
Lookup | s_c__Pos_View__c | POS_Action_Items_POS_View |