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:
-
With the specified sales organization, order type, and price book.
-
With the specified sales organization and price book.
-
With the specified sales organization and order type.
-
With the specified sales organization.
-
With the specified order type.
-
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.
|
||
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.
|
||
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.
|
||
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.
|