How to Show Confirm Dialog Box using Javascript?
Views (0)
Using openConfirmDialog you can display a confirmation dialog box containing a message and two buttons. Here is a method to display confirm dialog: Xrm.Navigation.openConfirmDialog(confirmStrings,confirmOptions).then(successCallback,errorCallback); Example: In this example, open ConfirmDialog Box on Save Record and show Alert on Success Event. Step 1: Open Code Editor and Create New Javascript File. The following code sample displays […]
This was originally posted here.
*This post is locked for comments