A lot of projects come to a point where it gets necessary to get information from another entity within JavaScript (JS)/TypeScript (TS) to act on those in some way.
There are different ways of achieving this. Some of those are sync calls, which should not be used.
In this post, I will describe how to get this information in a proper way using the Xrm.WebAPI, TypeScript and async…
Continue Reading Benedikt’s Article on their blog
How to call Xrm.WebApi using TypeScript ” Benedikt’s Power Platform Blog
In this blog post I describe how to call the XRM.WebAPI in a proper way using TypeScript, as well as explaining why to use TypeScript.
Blog Syndicated with Benedikt’s Permission