简体   繁体   English

如何从 Dynamics 365 插件连接到本地 api

[英]How to connect to on-premise api from Dynamics 365 plugin

What is the most performant and secure method to call an on-premise API (integrated to on-premise systems not related to CRM) from a Dynamics 365 plugin in Azure?从 Azure 中的 Dynamics 365 插件调用本地 API(集成到与 CRM 无关的本地系统)的最高效和最安全的方法是什么?

Why do you want to user Dynamics API when you are already in Plugin for Azure.当您已经在 Azure 的插件中时,为什么要使用 Dynamics API。

Why not user native SDK for Dynamics on-prem .net4.6.2 Connect to Dynamics in Plugin using connection tool and use it.为什么不使用本地 Dynamics .net4.6.2 用户本机 SDK 使用连接工具连接到插件中的 Dynamics 并使用它。

Here is an example to do so, once connected you can perform CURD operation against dynamics.这是一个这样做的示例,一旦连接,您就可以对动态执行 CURD 操作。

https://crm365blog.wordpress.com/2018/05/27/connecting-to-crm-2013-2015-2016-and-dynamics-365-in-c/ https://crm365blog.wordpress.com/2018/05/27/connecting-to-crm-2013-2015-2016-and-dynamics-365-in-c/

one more article还有一篇文章

https://rawishblog.wordpress.com/2018/07/16/how-to-connect-to-dynamics-crm-onpremises-ad-ifd-from-a-windows-form-application/ https://rawishblog.wordpress.com/2018/07/16/how-to-connect-to-dynamics-crm-onpremises-ad-ifd-from-a-windows-form-application/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过Dynamics CRM 365内部部署中的插件在CRM Online中检索记录 - How to retrieve records in CRM Online through plugin in Dynamics CRM 365 On-Premise 如何在内部部署的 Dynamics 365 中使用 EasyRepro 自动登录 - How to automatically login using EasyRepro in Dynamics 365 on-premise 从 Android 连接到 Dynamics CRM 2016(本地) - Connect to Dynamics CRM 2016(On-Premise) from Android 无法在本地连接到MS CRM 365? - Not able to connect to MS CRM 365 on-premise? 如何使用 JavaScript 在 Dynamics 365 CRM 内部部署的表单上填写父查询? - How to use JavaScript to fill parent lookup on form in Dynamics 365 CRM on-premise? 如何使用 PHP 集成 Dynamics CRM 2015 内部部署 API 并创建潜在客户 - How to integrate Dynamics CRM 2015 on-premise API using PHP and create leads 如何在内部部署Dynamics CRM 2013中配置默认​​组织? - How to configure Default Organization in on-premise Dynamics CRM 2013? 在“内部CRM 365”中,如何在仪表板上集成小插曲“ Power bi”? - in “Crm dynamics 365 on premise” how to integrate the vignettes “Power bi” in dashboard? 如何在本地 Dynamics 365 V9.0 中启用混合体验 - How to enable Hybrid Experience in Dynamics 365 V9.0 on premise 将本地 MS Dynamics CRM 2013 升级到本地 MS Dynamics CRM 2015 - Upgrade On-premise MS Dynamics CRM 2013 to On-Premise MS Dynamics CRM 2015
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM