Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在 Dynamics CRM 2011 在线中使用 SQL Server 的全文索引进行通用搜索的方法。我知道使用本地版本可以做到这一点,但找不到在线版本的方法。如果没有简单的方法,那么开发它的方法是什么?(也许通过插件?)
Dynamics CRM Online 不会向您公开 SQL Server 内部结构。运行原始 SQL 是不可能的。
访问数据的唯一方法是 CRM UI 和各种 SDK/API(oData、REST 等)
Dynamics CRM 2011 中没有通用搜索,由于缺乏 SQL 访问权限,我认为任何第三方插件都不会在 CRM Online 上运行。