Split Settings Field Reference

The Split Setting record type is intended to store configuration which is used to split the order into suborders for further integration with the customer ERP system. The setting is applied upon order finalization.

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

  1. With the specified sales organization, order type, and price book.

  2. With the specified sales organization and price book.

  3. With the specified sales organization and order type.

  4. With the specified sales organization.

  5. With the specified order type.

  6. Without the specified sales organization, order type, and price book.


Object record type API name: SplitSetting


Field API Name Type Description

Order Type

orders__OrderType__c

Text(255)

The order type for which the settings are configured.

If not set, the setting will be applied for all order types of the selected Sales Org.
  • Order

  • Return

  • Pre-sale

Price Book

orders__PriceBookId__c

Lookup(CT Price Book)

The Price Book with products to which the split will be applied.

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.

The specified Sales Organization is prioritized over the specified order type in the orders__OrderType__c field.

Split Fields

orders__SplitFieldsList__c

Text(255)

This field contains fields from the Delivery object that store the parameters according to which the deliveries are split. Fields are separated by the comma with no space. Maximum 5 fields are allowed.

  • Specified fields must be created on the Delivery object manually.

  • Address and date fields are already used for splitting by default. If you specify them, the system will skip these fields.

Split Parameters Path

orders__SplitParametersPath__c

Long Text Area(32768)

Defines the principle according to which the delivery will be split. Specify a path to the fields that store parameters on the Delivery object (specified in the orders__SplitFieldsList__c field). Maximum 5 fields are allowed.

When managing bundles, make sure that the Split Parameter Path value is the same for both the bundle header and its components. Otherwise, the split settings might work incorrectly.
``