{"title":"POS Layout Object Reference","slug":"pos-layout-object-reference","url":"https://support.storeconnect.com/articles/pos-layout-object-reference","url_markdown":"https://support.storeconnect.com/articles/pos-layout-object-reference.md","subtitle":null,"summary":"Controls how a specific object’s records are displayed in StoreConnect\u0026#39;s Point-Of-Sale system.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, POS Layout, s_c__Pos_Layout__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nControls how a specific object’s records are displayed in StoreConnect's Point-Of-Sale system.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Pos_Layout__c` |\n| **Label** | POS Layout |\n| **Plural Label** | POS Layouts |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Description | `s_c__Description__c` | Text(255) | No | The description for this layout. |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | The name shown throughout the app. |\n| Filter | `s_c__Filter__c` | Text(255) | No | Initial filter criteria for a “list” layout as semicolon-separated key=value pairs (e.g., type=complete,delivered;status=hold; commas apply only to multiselect filters). |\n| Identifier | `s_c__Identifier__c` | Text(255) | No | Identifier to determine where the layout is placed in the UI. |\n| Object Name | `s_c__Object_Name__c` | Text(255) | No | API name of the Salesforce object this layout applies to. |\n| POS View | `s_c__Pos_View_Id__c` | Lookup ([s_c__Pos_View__c](pos-view-object-reference)) | No | The view to render for this layout instead of the default display. |\n| Primary Action Item | `s_c__Primary_Pos_Action_Item_Id__c` | Lookup ([s_c__Pos_Action_Item__c](pos-action-item-object-reference)) | No | Adds a button to the bottom of the layout. Works with all layout types. |\n| Record Action Item | `s_c__Record_Pos_Action_Item_Id__c` | Lookup ([s_c__Pos_Action_Item__c](pos-action-item-object-reference)) | No | Action triggered when clicking a record in the list. This is only applicable to the List type layout. |\n| Secondary Action Item | `s_c__Secondary_Pos_Action_Item_Id__c` | Lookup ([s_c__Pos_Action_Item__c](pos-action-item-object-reference)) | No | Adds a button to the top left of the layout. Works with all layout types. |\n| Sort | `s_c__Sort__c` | Text(255) | No | Initial sort order for a “list” layout as semicolon-separated field:direction pairs (e.g. name:asc;price:desc). |\n| Type | `s_c__Type__c` | Picklist | No | Type of layout indicating how records are displayed (allowed values: “List”, “Record”, “Form”). |\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__Pos_View_Id__c` | Lookup | [s_c__Pos_View__c](pos-view-object-reference) | POS_Layouts_POS_View |\n| `s_c__Primary_Pos_Action_Item_Id__c` | Lookup | [s_c__Pos_Action_Item__c](pos-action-item-object-reference) | POS_Layouts_Primary_POS_Action_Item |\n| `s_c__Record_Pos_Action_Item_Id__c` | Lookup | [s_c__Pos_Action_Item__c](pos-action-item-object-reference) | POS_Layouts_Record_POS_Action_Item |\n| `s_c__Secondary_Pos_Action_Item_Id__c` | Lookup | [s_c__Pos_Action_Item__c](pos-action-item-object-reference) | POS_Layouts_Secondary_POS_Action_Item |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **POS Layout** (`s_c__Pos_Layout__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_Layout_Field__c](pos-layout-field-object-reference) | `s_c__Pos_Layout_Id__c` | Lookup | POS_Layout_Fields_POS_Layout | [s_c__Pos_View__c](pos-view-object-reference) |\n| [s_c__Pos_Layout_Filter__c](pos-layout-filter-object-reference) | `s_c__Pos_Layout_Id__c` | Lookup | POS_Layout_Filters_POS_Layout | — |"}