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.
是否可以使用 REST 端点(oData 查询)进行查询并区分结果
或者在 CRM 2011 中是否有针对 distinct 的 oData 查询的任何语法?
OData 协议不支持 distinct 运算符。检查这些 答案。解决方案可能是在客户端检索数据和过滤。