Skip to main content
Michael Clarke (VISEO Australia) 님이 Salesforce CPQ에 글을 올렸습니다

Hi,

I want to prevent the user from discounting a product but allow a price rule to discount a product.

If I check Non-Discountable = TRUE on a Product this prevents discounting by both the user and a price rule.

Is there another solution?

댓글 11개
  1. 2021년 6월 25일 오전 8:23

    How about using flag field?

    First, It apply the price rule and rule update the flag field(name as rule applied, checkbox type)unchecked to check

    rule have a condition that flag field is unchecked.

     

    Second, when user update the discount, rule just applied once before, so user can change the discount and price rule don't rollback the discount value.

0/9000