简体   繁体   English

使用Dynamics CRM 4.0中的Web服务从报价中删除产品

[英]Delete Product from Quote using WebService in Dynamics CRM 4.0

I have a Quote in CRM 4.0 and 4 products associated to it. 我在CRM 4.0和与其相关的4种产品中都有报价。 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. 现在,我想通过WebService从报价中删除产品之一,有人可以帮我确定我应该使用哪个实体实例以及如何删除该产品。

The lines of a quote are defined by the entity quotedetail . 引号的行由实体quotedetail定义。

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

To remove the line, you only need to delete the quotedetail record. 要删除该行,您只需要删除quotedetail记录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM