One of our current projects is the migration of an onPrem Dynamics 365 to the Cloud. Part of that is refactoring existing JavaScript implementation. The current implementation had an onSave function which prevented the save process based on a call to the WebAPI. It took me some time to migrate the function, therefore I thought it might be interesting for others to know how to write an async…
Continue Reading Benedikt’s Article on their blog
Async onSave preventDefault with external call
In this blog post, you will learn how to implement an async onSave preventDefault with an external call to the WebAPI within Dataverse.
Blog Syndicated with Benedikt’s Permission

