[SalesForce] Issue with Quote Line items

I want to create new Quote, as we all know when New Quote is created all opportunity products will be added as quote line items by default. Now In the Product Line Item there is a custom picklist field called "Product Status" whose values are Won and Lost.

My question is, when creating the Quote, how can I add only the Opportunity Products with a status of Won to the Quote as Quote Line items?

Is there an option available to override this default salesforce functionality?

Best Answer

Through twinning, you can add that field to the Quote Line. Then based on that field, you can have a product/price rule run to set the quantity to 0.

Related Topic