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 pxUrgencyWork property uses a decision tree or expression to calculate urgency. The formula shown uses AtTheRate() which is a PEGA expression function used in Rule-Declare-Expressions. Decision tables use different syntax, triggers respond to events, and OnChange rules detect property changes - none of these fit the formula shown.