I am trying to write javascript code for popup button
Hello,
To complete the answser of Maulik Shah , you can override the button name.
For example, to reproduce the popup you have posted, you can do this:
const result = await Xrm.Navigation.openConfirmDialog( { title: "Reactivate Case", text: "The action reactivates a resolved or canceled case. Do you want to continue ?", confirmButtonLabel: "Reactivate", cancelButtonLabel: "Cancel", } ); if (result.confirmed) { Xrm.Navigation.openAlertDialog({ text: `Confirmed` }); } else { Xrm.Navigation.openAlertDialog({ text: `Cancelled` }); }
Hello Johnmy,
You can display a confirmation dialog box containing a message and two buttons by using openConfirmDialog.
The following method displays a confirmation dialog:
Xrm.Navigation.openConfirmDialog(confirmStrings,confirmOptions).then(successCallback,errorCallback);
To get popup button you can refer this Blog
For seasoned online store owners, if you're already satisfied with how your eCommerce business is progressing, you can certainly get even better results when you harness the potential of popups. Did you know that you can create popups without using any code? Then for this, I recommend studying this article https://claspo.io/blog/pop-up-surveys-everything-you-need-to-know/.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,522 Super User 2024 Season 2
Martin Dráb 228,441 Most Valuable Professional
nmaenpaa 101,148