D365 FO: Consume & Call Restful API using X++, pass request header & Post JSON message in body
Requirement CONSUME & CALL RESTFUL API USING X++, PASS REQUEST HEADER & POST JSON MESSAGE IN BODY – Client shared some REST APIs and…
Whenever your Ribbon button customization involves doing something to selected records, here’s the most common application that you need to take action on the…
While working on creating a page to open a Canvas app full screen inside of a Model app I wanted to create a WebResource…
If you ever wonder how to do this is the exact time to figure it out together. These are types of user inputs you…
If you’re using Xrm.Navigation.openWebResource(webResourceName, windowOptions, data), you probably are already using ‘data’ to the HTML Web Resource you are opening. Here, I’m using an…