Skip to main content

Entitlement Combination Mapping

Facilitates field mappings when Contract Entitlement records are combined upon Contract adjustment.

API NameLabelDescription
Custom_Operation_Formula__cCustom Operation FormulaCustom formula to be calculated when the Operation value is Custom or Sum Product. If populated for Custom, the Entitlement Field field is disregarded. Can be any valid, simple expression with numbers, standard operators (+ - * /), comparison operators (===, !==, ==, !=, <, >, <=, >=), ternary expressions (? :), parentheses, and valid piped information. Cotiza__Contract_Entitlement__c fields can be piped in using {%Field_API_Name%}
Entitlement_Field__cEntitlement FieldTarget Contract Entitlement field to populate when entitlements are combined.
Field_Type__cField TypeRequired. Denotes the type of field being operated upon.
Operation__cOperationRequired. Determines how values should be combined when multiple Entitlement records map to one Entitlement. Picklist values: Average, Custom, Min, Max, Newest, Oldest, Sum, Sum Product.

Operation values

OperationBehavior
SumAdd numeric values across combined entitlements
Sum ProductEvaluate the Custom Operation Formula for each adjustment entitlement and sum the results
Min / MaxTake the minimum or maximum value
Newest / OldestTake the value from the newest or oldest entitlement
AverageAverage numeric values
CustomEvaluate a single Custom Operation Formula using piped entitlement field tokens