简体   繁体   English

自动导入Job Dynamics CRM 365

[英]Auto Import Job Dynamics CRM 365

We have an Dynamics CRM 365 installation on premise and I need to import accounts automatically when they were created in another system. 我们在内部安装了Dynamics CRM 365,在另一个系统中创建帐户时,我需要自动导入帐户。 Is there a way without SQL-insert in the AccountBase table? 有没有办法在AccountBase表中没有SQL插入?

Direct SQL insert/update in any Dynamics 365 entity (ex. Accountbase) is unsupported. 不支持在任何Dynamics 365实体(例如Accountbase)中进行直接SQL插入/更新。

You have to develop some push/pull integration between your external system & CRM using SDK service calls. 您必须使用SDK服务调用在外部系统和CRM之间开发一些推/拉集成。

Jobs at regular intervals using Scribe or SSIS with Kingswaysoft connectors will be a good choice. 使用Scribe或SSIS和Kingswaysoft连接器定期进行作业将是一个不错的选择。 Otherwise simple C# console application configured in Task scheduler can do pull/push the delta accounts. 否则,在Task Scheduler中配置的简单C#控制台应用程序可以拉/推增量帐户。

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

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