Question
Computer Science Corporation
US
Last activity: 15 Nov 2017 11:07 EST
How to update the order of Execution!!!
Hi I am a Beginner to Pega , I need help to understand few things.
There is a Property Say Driver License and Next to that there is an Another Property State of Driver license ,When I update the Driver License and PRESS " "TAB " key TO State of Driver License an verify activity is called.
I need help on, if I update the Driver License property and didn't press " TAB " KEY but to Navigating to some other Page or field, Still, i want that Verify activity to be called. Can Someone HELP ME On this ?
Hi Rajkumar,
For the Driving License property why don't you try Validate rule, so that it will throw an error to the screen if the validation fails and doesn't let you to move to next page.
Or you can try to add the OnChange event on the Driving License property then call your validation activity to perform the validation as soon as the value changes instead of depending on the page navigation or cursor move to other field.
Hope it might be helpful to you.
Regards
Mahesh