In which scenario is a Declare OnChange rule appropriate?
In which scenario is a Declare OnChange rule appropriate?
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.
C. When a user updates their address, the active case is suspended until the address can be confirmed.
Answer should be 'C'
declare onchange for call an activity or suspend the current work object watching the address property, so C