Show the warning message with “Ok” button in a popup window.
I have a requirement wherein I need to show the warning message with “Ok” button in a popup window (Once user click on “Ok” button warning message should close), and it should be instantly after popup window load.
Kindly help in solving this requirement, if there is any other way of displaying a warning message in a popup window loading.
On Click event on another page, add an action to launch Modal dialog as mentioned above for the pop up to display. Provide a local action to display on the pop up.
Configure a local action section with a button in it, on click of this button configure close action in order to close the pop up.