{"title":"POS Action Item Object Reference","slug":"pos-action-item-object-reference","url":"https://support.storeconnect.com/articles/pos-action-item-object-reference","url_markdown":"https://support.storeconnect.com/articles/pos-action-item-object-reference.md","subtitle":null,"summary":"A UI element (button) within a menu or grid in a POS Action Group.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, POS Action Item, s_c__Pos_Action_Item__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nA UI element (button) within a menu or grid in a POS Action Group.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Pos_Action_Item__c` |\n| **Label** | POS Action Item |\n| **Plural Label** | POS Action Items |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Action | `s_c__Action__c` | Text(255) | No | The action of this item. |\n| Child Action Group | `s_c__Child_Pos_Action_Group_Id__c` | Lookup ([s_c__Pos_Action_Group__c](pos-action-group-object-reference)) | No | The child action group this item belongs to in the StoreConnect POS UI. |\n| Color | `s_c__Color__c` | Text(255) | No | Defines a color for the item's appearance in supported menus. |\n| Column | `s_c__Column__c` | Number(8,0) | No | The column number in the parent grid layout. |\n| 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. |\n| Icon | `s_c__Icon__c` | Text(255) | No | Defines an icon for the item's appearance in supported menus. |\n| Image | `s_c__Image_Id__c` | Lookup ([s_c__Media__c](media-object-reference)) | No | Defines an image for the item's appearance in supported menus. |\n| Next Action Item | `s_c__Next_Pos_Action_Item_Id__c` | Lookup ([s_c__Pos_Action_Item__c](pos-action-item-object-reference)) | No | The action item to trigger after this one finishes |\n| Page | `s_c__Page__c` | Number(8,0) | No | The page number in the parent grid layout. |\n| Params | `s_c__Params__c` | LongTextArea(1000) | No | The parameters for this item. |\n| Parent Action Group | `s_c__Parent_Pos_Action_Group_Id__c` | Lookup ([s_c__Pos_Action_Group__c](pos-action-group-object-reference)) | No | The parent action group this item belongs to in the StoreConnect POS UI. |\n| View | `s_c__Pos_View_Id__c` | Lookup ([s_c__Pos_View__c](pos-view-object-reference)) | No | The view that this item is associated with. |\n| Position | `s_c__Position__c` | Number(8,0) | No | Defines the order of this item within a list group. |\n| Row | `s_c__Row__c` | Number(8,0) | No | Row number in the parent grid layout. |\n| Type | `s_c__Type__c` | Picklist | No | Specifies whether the item is an action or a group. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Child_Pos_Action_Group_Id__c` | Lookup | [s_c__Pos_Action_Group__c](pos-action-group-object-reference) | POS_Action_Items_POS_Child_Action_Group |\n| `s_c__Image_Id__c` | Lookup | [s_c__Media__c](media-object-reference) | POS_Action_Items_Media |\n| `s_c__Next_Pos_Action_Item_Id__c` | Lookup | [s_c__Pos_Action_Item__c](pos-action-item-object-reference) | POS_Action_Items_POS_Next_Action_Item |\n| `s_c__Parent_Pos_Action_Group_Id__c` | Lookup | [s_c__Pos_Action_Group__c](pos-action-group-object-reference) | POS_Action_Items_POS_Parent_Action_Group |\n| `s_c__Pos_View_Id__c` | Lookup | [s_c__Pos_View__c](pos-view-object-reference) | POS_Action_Items_POS_View |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **POS Action Item** (`s_c__Pos_Action_Item__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Pos_Action_Item__c](pos-action-item-object-reference) | `s_c__Next_Pos_Action_Item_Id__c` | Lookup | POS_Action_Items_POS_Next_Action_Item | — |\n| [s_c__Pos_Layout__c](pos-layout-object-reference) | `s_c__Primary_Pos_Action_Item_Id__c` | Lookup | POS_Layouts_Primary_POS_Action_Item | — |\n| [s_c__Pos_Layout__c](pos-layout-object-reference) | `s_c__Record_Pos_Action_Item_Id__c` | Lookup | POS_Layouts_Record_POS_Action_Item | — |\n| [s_c__Pos_Layout__c](pos-layout-object-reference) | `s_c__Secondary_Pos_Action_Item_Id__c` | Lookup | POS_Layouts_Secondary_POS_Action_Item | — |"}