Dynamics CRM 2011 SDK 删除具有依赖项的属性

发布于 2024-12-12 03:28:45 字数 258 浏览 0 评论 0原文

我在删除具有 SDK 依赖项的实体属性时遇到问题。 要删除我需要的属性:

  1. RetrieveAttribute
  2. RetrieveDependencyForDeleteRequest
  3. DeleteRelationshipRequest
  4. 和最后的DeleteAttributeRequest

如果您对上述计划或示例代码有任何建议,我将不胜感激。 到目前为止,我在 msdn 上找不到示例。

I'm having troubles with removing the attribute of entity which have dependencies from SDK.
To remove an attribute I need:

  1. RetrieveAttribute
  2. RetrieveDependenciesForDeleteRequest
  3. DeleteRelationshipRequest
  4. and finally DeleteAttributeRequest

I would be appreciated for any advise about the plan above or sample code.
I couldn't find example at msdn so far.

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

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

发布评论

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

评论(1

红焚 2024-12-19 03:28:45

因此,RetrieveDependencyForDeleteRequest 似乎告诉您必须先删除关系,然后才能删除属性;而你正在这样做。

我希望这是一个查找属性?
它以实体形式可见吗?

只要实体表单依赖该属性,您就无法删除该属性。

So it appears that the RetrieveDependenciesForDeleteRequest is telling you that you have to delete a relationship before you can delete the attribute; and you are doing so.

I expect that this is a look-up attribute?
Is it visible in the entity form?

You won't be able to delete the attribute as long as the entity form has a dependency on it.

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