Discussion
bitsinglass
bitsinglass
IN
bitsinglass
Posted: Jul 30, 2015
Last activity: Jul 30, 2015
Last activity: 30 Jul 2015 9:45 EDT
Closed
Alert Pop Up when user select 'CANCEL' from drop down
Hi,
I need to alert user when he clicks on the 'Cancel' from action drop down(pzActionDrodown) which is the defaullt control pega providing.Can I achieve this using JavaScript and HTML?
I tried some codes but nothing worked out....


1) Create a flow action and a section in it to show alert message
2) Attach a OnChange event to the dropdown
3) On change, call the action 'Local Action' with local action = "flow action name" and target type = 'Modal Dialog'
4) Specialize modal template into your class to configure the buttons as per your requirement