简体   繁体   English

将Salesforce与Dynamics NAV 2009/2015集成

[英]Integration Salesforce with Dynamics NAV 2009/2015

We have a client that aims for an integration between Salesforce and Dynamics NAV 2009/2015 (the upgrade to 2015 being planned for later this year). 我们的客户旨在实现Salesforce与Dynamics NAV 2009/2015之间的集成(计划于今年晚些时候升级到2015)。

Now I know what the API on the Salesforce side looks like, but how does that work on the NAV side of things? 现在,我知道Salesforce方面的API是什么样的,但是在NAV方面它如何工作?

What integration mechanism could I use to obtain eg contact, account, lead information from NAV 2009/2015? 我可以使用哪种整合机制从NAV 2009/2015获得联系方式,客户,潜在客户信息?

You can use Web services to read/modify Nav data. 您可以使用Web服务来读取/修改Nav数据。 I suppose upgrade of web service based integration will go smoothly between Nav 2009 and Nav 2015. 我猜想基于Web服务的集成升级将在Nav 2009和Nav 2015之间顺利进行。

See this answer for very basic description of possible integration how it looks from Nav side. 请参阅此答案,以非常基本的方式从Nav方面对可能的集成进行描述。

Other options: 其他选项:

  1. Access nav data directly via SQL. 直接通过SQL访问导航数据。
  2. File exchange through shared folder using Nav application server to create folder listener. 使用Nav应用程序服务器通过共享文件夹进行文件交换以创建文件夹侦听器。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM