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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -