MDA: Learn Xrm.WebApi.executeMultiple
Back again with a deep dive series where we will learn about Xrm.WebApi.executeMultiple. The purpose of the function is to make batch requests (the real-world scenario is to make a bunch of CUD – Create/Update/Delete operations). Because this is a batch scenario, the performance will be faster than the individual request. And, we also can … Continue reading "MDA: Learn Xrm.WebApi.executeMultiple"
Published on:
Learn more