Skip to main content

Notifications

Announcements

No record found.

Model-driven Apps – openAlertDialog – Code Snippet

We quite often use the alert to display a dialog, which contains a message and a button. In this article, will explain about the syntax and with an example. Syntax: Xrm.Navigation.openAlertDialog(alertStrings,alertOptions).then(successCallback,errorCallback); Parameters: Name Type Required Description alertStrings Object Yes The strings to be used in the alert dialog. The object contains the following values:– confirmButtonLabel: (Optional) … Continue reading Model-driven Apps – openAlertDialog – Code Snippet

This was originally posted here.

Comments

*This post is locked for comments