Display Popup message with "Yes/No"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2020 01:04 AM
Hi All,
How can I display a popup message for confirmation with Yes/No buttons? And then based on the response, perform the respective operations?
I do not want to use below client script as it shows OK/Cancel button, instead show the popup form to display Yes/No or any other information.
var answer = confirm("Do you want to proceed");
if (!answer)
{
return false;
}
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2020 01:45 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 05:15 AM
Hello
Is it possible to do the same by using workflow, instead of doing through UI page?
If yes, could you please assist how we can proceed ?
Thankyou very much in advance!!