Hello,
I have got an issue with new showProgressIndicator method.
I can get it work if I go in browser console but it's not working in any webressource.
if(Xrm.Page.ui.getFormType()==1)
{
return;
}
Xrm.Utility.showProgressIndicator("Synchro SAP ..");
var actionResponse = activateCustomAction();
Xrm.Utility.closeProgressIndicator();
var alertStrings = { confirmButtonLabel: "OK", text: actionResponse.StatusResponse };
var alertOptions = { };
Xrm.Navigation.openAlertDialog(alertStrings, alertOptions);
Thanks for your help
*This post is locked for comments
I have the same question (0)


Report
All responses (
Answers (