简体   繁体   English

是否可以将自定义的手动创建的表用作Dynamics CRM中的实体?

[英]Is it possible to use custom manually created tables as entities in Dynamics CRM?

I have an existing database with 40 tables. 我有一个包含40个表的现有数据库。 It contains relationships, keys, triggers, views, stored procedures, etc. 它包含关系,键,触发器,视图,存储过程等。

I'm now looking into a way to integrate dynamics crm in the process. 我现在正在研究在此过程中集成动态crm的方法。

Question: Is it possible to create custom workflows / entities from existing database? 问题:是否可以从现有数据库创建自定义工作流/实体? I can copy those tables to dynamics CRM database, but I haven't found anything in the documentation. 我可以将这些表复制到Dynamics CRM数据库中,但是我在文档中没有找到任何内容。 We cannot significantly change schema of our current database at this point since it is used by different services and external scripts and background tasks. 由于目前不同的服务,外部脚本和后台任务使用了当前数据库的架构,因此我们目前无法对其进行重大更改。

You can't do such a thing. 你不能做这样的事情。 CRM has its own tables and relations. CRM有其自己的表和关系。 One thing that I can think of is import this data to CRM using this mechanisms and then register plugins/workflows that will create/update/delete data in your tables. 我能想到的一件事是使用这种机制将数据导入CRM,然后注册将在表中创建/更新/删除数据的插件/工作流。

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

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