Left Panel Setting Field Reference

The Left Panel Setting record type is intended to store configurations of the left panel of the order cart of the CT Mobile app.


Object record type API name: LeftPanelSetting


Field API Name Type Description

Enable Fast Product Adding

orders__IsFastProductAddingEnabled__c

Checkbox

Enables quick adding of a searched product to the order cart for an online order.

Fields To Display

orders__FieldsToDisplay__c

Long Text Area(1000)

Specify the order of Catalogs and Promotion tabs to be displayed in the order cart. Example:

"Catalogs,Promotion"

Labels

orders__Labels__c

Text(255)

Specify custom names for Catalogs and Promotion tabs, for example:

"Goods,Specials"

If the field is empty, default names will be used.

``