POS Action Group Object Reference
Overview
A container to hold Action Item UI elements in StoreConnect’s Point-Of-Sale system.
| Property |
Value |
| API Name |
s_c__Pos_Action_Group__c |
| Label |
POS Action Group |
| Plural Label |
POS Action Groups |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Columns |
s_c__Columns__c |
Number(18,0) |
No |
Number of columns in the grid type action group. |
| Identifier |
s_c__Identifier__c |
Text(255) |
No |
Identifier to determine where the action group is placed in the UI. |
| Product Category |
s_c__Product_Category_Id__c |
Lookup (s_c__Product_Category__c) |
No |
Links a grid-type action group to a product category to show related product actions. |
| Rows |
s_c__Rows__c |
Number(18,0) |
No |
Number of rows in the grid type action group. |
| Type |
s_c__Type__c |
Picklist |
No |
Type of action group, can be: list or grid. |
| 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__Product_Category_Id__c |
Lookup |
s_c__Product_Category__c |
POS_Action_Groups_Product_Category |