Hi,
How to pass json object to web resource. We are calling web api on form load and displaying the data in the form. Some values we get from api need to be displayed in the html web resource. How to pass JSON data to web resource. I know I can call the same api in the web resource. But we don't want that because I have more than 5 web resources where we want to show the data. I cannot call the api on each web resource. I just want to call on load and load the data in crm form and web resources.
Thnaks