Skip to content
Log in

POS Layout Filter Object Reference

On this page

Overview

Determines which filters are shown on a given layout.

Property Value
API Name s_c__Pos_Layout_Filter__c
Label POS Layout Filter
Plural Label POS Layout Filters
Type Custom Object

Fields

Field Label API Name Type Required Description
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.
Hidden s_c__Hidden__c Checkbox No When checked, this filter will not be displayed to users but will still apply its filter values.
Initial Values s_c__Initial_Values__c LongTextArea(131072) No The filter’s initial selection, separate multiple values with a semicolon for multiselect.
Label s_c__Label__c Text(255) No Display label for this filter.
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”.
POS Layout s_c__Pos_Layout_Id__c Lookup (s_c__Pos_Layout__c) No The Layout to which this filter belongs.
Position s_c__Position__c Number(8,0) No A number to determine the order of filters.
Type s_c__Type__c Picklist No Type of filter control (allowed values: “select”, “multiselect”, “number_range”, “date_range”, “hidden”).
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__Pos_Layout_Id__c Lookup s_c__Pos_Layout__c POS_Layout_Filters_POS_Layout

Was this article helpful?

Was this article helpful?