Sync Calls with Async-Await
While working with JavaScript, often we use XRM.WebAPI to query Customer data. Sometimes requirements make us retrieve data synchronously. Till now we were using XMLHTTPRequest with async property set to true or false to specify WebAPI call to be async or sync. However, this method is not available with v9.0 Xrm.WebApi. for sequential calls, you […]