By default all the WebAPI calls are Asynchronous in Dynamics 365 V9, how do we make them Synchronous WebAPI calls?
We are using Dynamics 365 online V9.x version (https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/clientapi/reference/xrm-webapi/retrieverecord )
Xrm.WebApi.retrieveRecord(entityLogicalName, id, options).then(successCallback, errorCallback);
This is the new WebApi java script to retrieve record, in this syntax there is no option to make this call synchronous, by default its taking asynchronous.
*This post is locked for comments
I have the same question (0)