Multiple choice technology platforms and products

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

In Pega, declarative expressions (Rule-Declare-Expressions) are used to automatically calculate the value of a property (like pxUrgencyWork) based on a formula and other property values. The other rule types serve different purposes like decision logic, database triggers, or tracking changes.