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 365 中的数据导出服务将营业时间和假期同步到 Azure SQL。我找不到我需要同步的实体,是否可以这样做,如果是我应该同步哪些实体?
您正在寻找过于复杂的内部类型实体的特殊实体,这些实体无法用于启用更改跟踪,因此数据导出服务 (DES) 无法在 Azure SQL 中复制。阅读更多
可能您可以使用 REST Web API 端点[organization URI]/api/data/v9.0/calendars来显式地提取这些和存储。我没有尝试过,但是成功地做了一个简单的浏览器测试。参考
[organization URI]/api/data/v9.0/calendars
最坏的情况,直接在 SQL 中手动创建它们以供使用。而不是上面所有的复杂路线。