Condition Group Field Reference

The Condition Group object stores reference to the order and applied calculation type data.


Object API name: orders__ConditionGroup__c


Field API Name Type Description

Active

orders__IsActive__c

Checkbox

If selected, the record is active and applied in business logic.

Calculation Type

orders__CalculationTypeId__c

Master-Detail

The Calculation Type identifier.

Condition Fields

orders__ConditionFields__c

Long Text Area(32768)

List of API names of fields used as conditions.

The specified fields must have a constant value, such as brand, parent account, etc., i.e., they cannot be altered during order creation or editing. Dynamically changing fields can only be specified in the Advanced Criteria of the Condition.

End Date

orders__EndDate__c

Date

Since this date, condition group is no longer available.

External Id

orders__ExternalId__c

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

Condition group external identifier.

Name

Name

Autonumber

Condition group name.

Order

orders__Order__c

Number(18, 0)

Numerical order that used during the search. The system applies a record with the lowest number in this field.

Start Date

orders__StartDate__c

Date

Since this date, the condition group is available/active.

``