Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

how to display a ui action button when clicking on other ui action button

raj765_32
Tera Contributor

hi can anyone help me with the scenario for 

 

there are two ui action buttons in purcgase order form

 

one is cancel and other is comform,

 

i want to display comform button only when cancel is clicked.

5 REPLIES 5

PriyankaGhosh
Tera Contributor

Hello,

 

If you need a confirmed functionality after clicking on the cancel button, you can simply use confirm("Kindly confirm.");.

For eg : https://www.servicenow.com/community/developer-forum/add-confirm-pop-up-message-in-ui-action/m-p/197... 

 

Hope this helps!!