Totals Panel Setting Field Reference

The Totals Panel Setting record type is intended to store the parameters of the summarized price displayed according to conditions on the order layout.

The Settings record with the Totals Panel Settings record type record will be applied when the criteria are met. The search is carried out in the following order:

Salesforce CT Mobile
  1. With the specified record type and sales organization.

  2. With the specified record type.

  3. With the specified sales organization.

  4. Without specified record type and sales organization.

  1. With the specified record type and sales organization.

  2. With the specified record type.

  3. Without specified record type and sales organization.


Object record type API name: TotalsPanelSetting


Field API Name Type Description

Fields to Display

orders__FieldsToDisplay__c

Long Text Area(1000)

Specify the list of fields that will be displayed on the layout (separated by a comma, without a blank space).

The maximum number of fields displayed is 4. If you specify more, only the first four fields will be displayed.

Labels

orders__Labels__c

Text(255)

Specify the short and more convenient labels for the fields in the orders__FieldsToDisplay__c field.

Object

orders__Object__c

Text(255)

Specify the API name of the object for which layout the settings are configured.

Record Type

orders__ReadOnlyAttributes__c

Text(255)

A record type for which the layout is configured.

If not set, the same layout will be applied for all configured layouts.
  • If not specified, the settings will be applied to all record types.

  • If orders__Object__c is set, the record type should be specified for this object.

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.

If orders__ParentObject__c is set, the Sales Organization should be specified for this object.
``