Hi
Working with the UCI. I am trying to use the formContext.data.save() or the formContext.data.save().then().
The problem that I am having is that I am getting the following dialog box.
I would also like to use my own Xrm.Utility.showProgressIndicator when saving a record. But the save button is already displaying a ProcessIndicator when using a normal save.
Is there a way to get around the dialog box when using formContext.data.save() or formContext.data.save().then().
And can I use my own Xrm.Utility.showProgressIndicator when saving without using the normal save Xrm.Utility.showProgressIndicator.
I trying to not have to use this code when saving.
setTimeout(() => { callFunction(formContext); }, 3000);