I added a picklist field called 'Column Reference' to the quote, and a formula field on quote lines looking up to same field. I then created a price rule. I then created price conditions (Quote Column_Reference__c equals value 20) and a price action. The goal is that when checked, a 20% discount is applied to the line items.
The problem is, when I try to set the price action to update the Override % (SBQQ_Discount__C) I get the error "Price Action Target Object does not match Evaluation Scope". This is the same error when the Price Condition is set to either the Quote or the Quote Line.
I should also mention that I have nested products. Adding Product A adds all the options for Product B and then Product C below. How do I apply a 20% discount when 'Column Reference' equals 20?
Hello @Frank Wholaver,
To apply a 20% discount on nested products using price actions, ensure that your price rule and conditions are set correctly. The error "Price Action Target Object does not match Evaluation Scope" typically means there's a mismatch in the object you're targeting.
- Scope Check: Make sure your price rule is set to evaluate on the Quote Line level if you're applying discounts to line items.
- Nested Product Handling: For nested products, ensure that your price conditions account for both parent and child products. You may need to set conditions specifically for the child products.
- Override % Action: In the price action, confirm that the target is set to update SBQQ_Discount__C on the Quote Line level.
Regards
Sunny Patwa