使用 Dynamics CRM 4.0 中的 WebService 从报价中删除产品
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
引用的行由实体 quotedetail 定义。
要删除该行,只需删除quoteddetail 记录即可。
The lines of a quote are defined by the entity quotedetail.
To remove the line, you only need to delete the quotedetail record.