Filter Setting Field Reference

The filtering is performed based on Product object records. Attempting to filter out Order Line Item objects with an advanced filter may result in unexpected behavior.

The Filter Setting record type is intended for storing fields that are used to adjust filters in the order cart.


Object record type API name: FilterSetting


Field Label API name Type Description

Filter Application

FilterApplication

Picklist

Specifies for which side will the filters apply. Available values:

  • RightSide: the filtering will be carried out only for Order Line Item records. The left side will not be influenced by applied filters.

  • LeftSide: the filtering will be carried out only for Catalog Line Item and Promotion Line Item records. The right side will not be influenced by applied filters.

  • All: the filtering will apply to Catalog Line Item, Promotion Line Item and Order Line Item records. Both sides will be influenced by applied filters.

Filter Details

FilterDetails

Long Text Area(32768)

Contains JSON with filter setting for the order cart.

Record Type

orders__RecordType__c

Text(255)

A record type for which the layout is configured. If not specified, the settings will be applied to all record types.

  • Pay attention that the CT Order object has no record types by default.

  • To use different layouts depending on the CT Order record type, create a separate record of this setting for each desired record type.

Sales Organization

orders__SalesOrganizationId__c

Lookup(Sales Organization)

The business unit for which settings are configured.

  • If specified, the setting will be applied to a particular Sales Organization.

  • If blank, the setting can be applied to all sales organizations.

``