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:

  1. With the specified order type and sales organization.

  2. With the specified sales organization.

  3. Without specified order type and sales organization.

  4. 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.

For a single order, you cannot specify more than 19 deliveries.

Order Type

orders__OrderType__c

Text(255)

The order type for which the settings are configured.

  • Order

  • Return

  • Pre-sale

If not set, the setting will be applied for all orders of the Sales Org in the orders__SalesOrganizationId__c field.

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 Org prioritizes over the specified order type in the orders__OrderType__c field.
``