Condition Level Field Reference

The Condition Level object stores the minimum amount of product for the discount applied discount value and payment terms for each level.


Object API name: orders__ConditionLevel__c


Field API name Type Description

Condition

orders__ConditionId__c

Master-Detail(Condition)

Parent condition identifier.

Discount (%)

orders__DiscountRatePercent__c

Percent(16, 2)

Discount in percents.

Discount (Amt)

orders__DiscountRateAmount__c

Number(16, 2)

Discount in amount.

Discount Rate Source Field (%)

orders__DiscountRateFieldPercent__c

Text(255)

Specify the API name of the fields for discount calculation (inc. manual). Can only contain fields with the type Percent.

If the field is empty, the discount calculation will be based on the Discount Rate (%) value.

Discount Rate Source Field (Amt)

orders__DiscountRateFieldAmount__c

Text(255)

Specify the API name of the fields for discount calculation (inc. manual). Can only contain fields with the type Number.

If the field is empty, the discount calculation will be based on the Discount Rate (Amt) value.

External Id

orders__ExternalId__c

Text(255) (External ID) (Unique Case Sensitive)

External record identifier for ERP/CRM system (if required).

Payment Term

orders__PaymentTermId__c

Lookup(Payment Term)

Applied payment terms.

Starting From

orders__StartingFrom__c

Number(18, 0)

Set the starting quantity of products for the level.

``