{"title":"POS Layout Filter Object Reference","slug":"pos-layout-filter-object-reference","url":"https://support.storeconnect.com/articles/pos-layout-filter-object-reference","url_markdown":"https://support.storeconnect.com/articles/pos-layout-filter-object-reference.md","subtitle":null,"summary":"Determines which filters are shown on a given layout.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, POS Layout Filter, s_c__Pos_Layout_Filter__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nDetermines which filters are shown on a given layout.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Pos_Layout_Filter__c` |\n| **Label** | POS Layout Filter |\n| **Plural Label** | POS Layout Filters |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Field Name | `s_c__Field_Name__c` | Text(255) | No | API name of the Salesforce field to filter by, which must exist on the layout's object or custom data mapping. |\n| Hidden | `s_c__Hidden__c` | Checkbox | No | When checked, this filter will not be displayed to users but will still apply its filter values. |\n| Initial Values | `s_c__Initial_Values__c` | LongTextArea(131072) | No | The filter's initial selection, separate multiple values with a semicolon for multiselect. |\n| Label | `s_c__Label__c` | Text(255) | No | Display label for this filter. |\n| Select Options | `s_c__Options__c` | LongTextArea(131072) | No | Available options for select and multiselect filter types, separate each option with semicolon and the label with a colon, for example: \"lead:Lead;vip:VIP\". |\n| POS Layout | `s_c__Pos_Layout_Id__c` | Lookup ([s_c__Pos_Layout__c](pos-layout-object-reference)) | No | The Layout to which this filter belongs. |\n| Position | `s_c__Position__c` | Number(8,0) | No | A number to determine the order of filters. |\n| Type | `s_c__Type__c` | Picklist | No | Type of filter control (allowed values: \"select\", \"multiselect\", \"number_range\", \"date_range\", \"hidden\"). |\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_Layout_Id__c` | Lookup | [s_c__Pos_Layout__c](pos-layout-object-reference) | POS_Layout_Filters_POS_Layout |"}