web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics 365 Portal / How to Show Confirm Dialog ...

How to Show Confirm Dialog Box using Javascript?

CRMJetty Profile Picture CRMJetty 3,512
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.

Comments

*This post is locked for comments