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”.