Dynamics CRM 获取包含空值属性的 DynamicEntities

发布于 2024-11-02 20:38:40 字数 160 浏览 1 评论 0 原文

我正在使用 RetrieveMultipleRequest/Response 和简单的查询表达式来获取一堆 DynamicEntities。当响应中的值为空时,生成的实体似乎不包含属性。

是否可以让 Dynamics 返回值为 null 的 Property 实例?

谢谢。

I'm fetching a bunch of DynamicEntities using RetrieveMultipleRequest/Response with a simple query expression. The resulting entities don't seem to include Properties when the value is null in the response.

Is it possible to make Dynamics to return Property instances where the value is null?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你对谁都笑 2024-11-09 20:38:40

此行为是设计使然,无法更改。当使用 FetchXML 请求数据时,您也会看到相同的行为。

我与 CRM 团队的一位开发人员进行了交谈,他描述了这一决定以及性能优势。

为了获取有关实体元数据的信息,存在另一个 Web 服务。 元数据服务。要获取特定实体的元数据,您必须发送 RetrieveEntityRequest。它将返回 EntityMetadata 的实例,其中包含有关实体的所有元信息

This behavior is by design and cannot be changed. You will also see the same behavior when requesting data with FetchXML.

I had a conversation with a developer of the CRM team which described this decision with performance benefits.

To get information about the metadata of entities, there exists another web service. The metadata service. To get the metadata for a specific entity you have to send a RetrieveEntityRequest. It will return an instance of EntityMetadata which contains all meta information about the entity

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文