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

pxUrgencyWork uses the Rule-Declare-Expressions rule type to calculate its value using the @ formula shown. Decision tables use Rule-Declare-DecisionTable, triggers use Rule-Declare-Trigger, and OnChange rules use Rule-Declare-OnChange. The @ formula syntax with functions like @100 and @max is specifically used in Declare Expressions rules for property calculations.