使用 Dynamics CRM 4.0 中的 WebService 从报价中删除产品

发布于 2024-12-04 11:06:38 字数 101 浏览 1 评论 0原文

我在 CRM 4.0 中有一个报价以及与其关联的 4 个产品。现在我想通过 WebService 从报价中删除其中一个产品,任何人都可以帮助我了解我应该使用哪个实体实例以及如何删除该产品。

I have a Quote in CRM 4.0 and 4 products associated to it. Now I want to delete one of the product from the quote via WebService, can anyone please help me as to what entity instance should I use and how do I remove that product.

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

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

发布评论

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

评论(1

非要怀念 2024-12-11 11:06:38

引用的行由实体 quotedetail 定义。

[报价] --- [报价详细信息] --- [产品]

要删除该行,只需删除quoteddetail 记录即可。

The lines of a quote are defined by the entity quotedetail.

[quote] --- [quotedetail] --- [product]

To remove the line, you only need to delete the quotedetail record.

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