POS Action Item Object Reference
Last modified 21 August 2026
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
Referenced by
These 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.
Object
Field
Type
Relationship Name
Also links to
s_c__Pos_Action_Item__c
s_c__Next_Pos_Action_Item_Id__c
Lookup
POS_Action_Items_POS_Next_Action_Item
—
s_c__Pos_Layout__c
s_c__Primary_Pos_Action_Item_Id__c
Lookup
POS_Layouts_Primary_POS_Action_Item
—
s_c__Pos_Layout__c
s_c__Record_Pos_Action_Item_Id__c
Lookup
POS_Layouts_Record_POS_Action_Item
—
s_c__Pos_Layout__c
s_c__Secondary_Pos_Action_Item_Id__c
Lookup
POS_Layouts_Secondary_POS_Action_Item
—