Hello All,
I have an action which calls external API. I am using Xrm.WebApi.Online.Execute to call this action. This works well. Now I want to make Ajax call to this action as I want to refresh contents of the tab I call my action from every 1 minute. Is this possible? If yes, please guide me.
Thanks in advance.