Limit Setting Field Reference
The Limit Setting record type is intended to store delivery limit setups for an order.
The Settings record with the Limit Settings record type will be applied when the criteria are met. The search is carried out in the following order:
-
With the specified order type and sales organization.
-
With the specified sales organization.
-
Without specified order type and sales organization.
-
If there is no appropriate record then the maximum number of deliveries is 19, and the first date of delivery cannot be earlier than today.
Object record type API name: LimitSetting
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
# of Days till First Delivery |
orders__DaysToFirstDelivery__c |
Number |
The number of days before the closest possible delivery date. For example, if the value is 3 and the order is placed on Monday, the closest possible delivery is on Thursday. |
||
# of Days till Last Delivery |
orders__DaysToLastDelivery__c |
Number |
The number of days left for the last possible delivery date. |
||
Max # of Deliveries per Order |
orders__MaxDeliveriesPerOrder__c |
Number |
A maximum number of deliveries for a user in one order.
|
||
Order Type |
orders__OrderType__c |
Text(255) |
The order type for which the settings are configured.
|
||
Sales Organization |
orders__SalesOrganizationId__c |
Lookup (Sales Organization) |
The business unit for which settings are configured.
|