Multiple choice technology web technology

The property pxUrgencyWork is calculated using the following formula: AtTheRate(100, AtTheRatemax(0, .pxUrgencyWorkClass + .pyUrgencyWorkAdjust + .pxUrgencyWorkSLA + .pxUrgencyPartyTotal))

  1. Rule-Declare-DecisionTable

  2. Rule-Declare-Expressions

  3. Rule-Declare-Trigger

  4. Rule-Declare-OnChange

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The formula calculating the property pxUrgencyWork dynamically based on changing input values represents a declarative expression, which is defined by a Rule-Declare-Expressions rule. Decision tables, triggers, and on-change rules do not directly calculate property values via algebraic expressions.