How to do CRUD operations in Microsoft Dynamics CRM using html page -
i want crud operations through html page without adding page in dynamics crm's webresource.
using c# can connect dynamics crm , can get/add/edit/delete operations using crm's dlls don't know way of doing same html page independent crm's webresource.
can please suggest me possible or not , if yes way if there any.
you can perform crud operations on dynamics crm 2016 , above using web api.
you mention application independent of crm, on separate domain. therefore need register crm in azure , query web api cors.
here example microsoft demonstrating how use adal connect application dynamics crm.
Comments
Post a Comment