0

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.

Piyush
  • 886
  • 3
  • 9
  • 28

1 Answers1

1

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.

ccellar
  • 10,326
  • 2
  • 38
  • 56