How to Implement JavaScript Confirmation Dialogs in Power Apps and Dynamics 365
In Power Apps and Dynamics 365, you may need to display a dialog to a user in order to decide which piece of code to run next. We can do this using the command Xrm.Navigation.openConfirmDialog. Let’s look at how to do this from a model-driven Power App. Go to the app and open the Console in your browser’s developer tools. The function takes the following parameters: Xrm.Navigation.openConfirmDialog(confirmStrings,confirmOptions).then(successCallback,errorCallback); Let’s start with … Continue reading How to Implement JavaScript Confirmation Dialogs in Power Apps and Dynamics 365