Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this exam
Question 21

In which scenario is a Declare OnChange rule appropriate?

    Correct Answer: C

    A Declare OnChange rule is used to observe changes in properties and trigger an action when a specific property value is modified. In the scenario where a user updates their address and the active case is suspended until the address can be confirmed, it is fitting to use a Declare OnChange rule. This rule would monitor changes to the address property and initiate the required process (suspending the case) when a change is detected.

Discussion
Vlad_aOption: C

C. When a user updates their address, the active case is suspended until the address can be confirmed.

Pradeep5Option: C

Answer should be 'C'

simognvOption: C

declare onchange for call an activity or suspend the current work object watching the address property, so C