Multiple choice technology platforms and products

Which of the following rules can be used to run an activity whenever the value of a specified property changes

  1. Rule-Declare-Index

  2. Rule-Declare-OnChange

  3. Rule-Declare-Constraints

  4. Rule-Declare-Trigger

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

Rule-Declare-OnChange is specifically designed in Pega to run activities automatically whenever the value of a specified property changes. Rule-Declare-Index is for improving database query performance, Rule-Declare-Constraints defines validation rules, and Rule-Declare-Trigger executes activities when objects are created, updated, or deleted - not specifically for property value changes.