简体   繁体   English

连接到Office 365上“云”中托管的Dynamics CRM数据库

[英]Connecting to Dynamics CRM database hosted in the “cloud” on Office 365

The company I work for uses Microsoft Dynamics CRM to track our clients and is hosted through Office 365. It has the most up-to-date client information. 我工作的公司使用Microsoft Dynamics CRM跟踪客户,并通过Office 365托管。它具有最新的客户信息。

Up until now we have been maintaining a second database with duplicate data that is used for the internal database... as you might have guessed it doesn't get updated with the latest information, so we run into issues where a query is run and pulls out of date client information. 到现在为止,我们一直在维护第二个数据库,该数据库包含用于内部数据库的重复数据……您可能已经猜到它没有使用最新信息进行更新,所以我们遇到了运行查询和提取过期的客户信息。

Instead of queries using the internal database's client list, I want to pull the data from the CRM database. 我不想使用内部数据库的客户端列表进行查询,而是要从CRM数据库中提取数据。 Has anyone done this before and have experience with it? 有人做过此事并有经验吗? Not finding much on it. 没有找到太多。 The URL is something like https://businessname.crm.dynamics.com . 该URL类似于https://businessname.crm.dynamics.com Oh and I am using Django. 哦,我在用Django。

You can't access the database for CRM online. 您无法在线访问CRM的数据库。 However CRM has a number of web services which provide easy access to data, you will probably want to use the Web API. 但是,CRM具有许多可轻松访问数据的Web服务,您可能需要使用Web API。

There is a lot of documentation available on the MSDN; MSDN上有很多文档。 Use Microsoft Dynamics 365 web services . 使用Microsoft Dynamics 365 Web服务

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

相关问题 将SQL Server数据移到Dynamics 365 CRM中 - Moving SQL server data into Dynamics 365 CRM 从 Dynamics 365 CRM 8.1 升级到 Dynamics 365 CRM 9 后无法删除产品记录 - Cannot delete Product record after upgrading from Dynamics 365 CRM 8.1 to Dynamics 365 CRM 9 使用LINQ创建自定义SSRS报表到CRM Dynamics 365 Online - Create Custom SSRS Reports Utilizing LINQ to CRM Dynamics 365 Online 将数据从当前的内部 CRM 迁移到 Microsoft Dynamics 365 - Moving the data from the current in-house CRM to Microsoft Dynamics 365 MS Dynamics CRM SQL数据库处于可疑模式 - MS Dynamics CRM SQL Database in suspected mode Microsoft Dynamics CRM 的收缩数据库日志文件 - Shrink Database Log file for Microsoft Dynamics CRM 从Dynamics 365数据库中的FetchXml列中提取实体名称 - Extracting entity name from FetchXml columns in Dynamics 365 Database 来自Microsoft Dynamics 365的SQL Server数据库的日志文件 - Logfile of SQL Server Database from Microsoft Dynamics 365 online 如何在 MS Dynamics CRM 中查找/查询 Reporting Services SQL 数据库 - How to find/query the Reporting Services SQL database in MS Dynamics CRM 通过MS Dynamics CRM沙盒插件从中获取来自Azure托管SQL服务器的数据 - Get data from Azure hosted SQL server from with in MS Dynamics CRM Sandbox plugin
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM