I'm trying to create a product rule that restrict discounting on Quote when the Net Amount is less than 12k AUD. I'm trying to find a way that I can do this for a converted value of 12k AUD but couldn't find anything.
My rule is like:
Tested field:SBQQ__NetAmount__c
Filter type: Value
Operator: Less than
Filter Value: 12,000
Is there a way to do build the rule that works on a converted value or do I have to add conditions for each currency and hardcode the converted value?
4 answers
Hey Golnaz,
You can use CURRENCYRATE() to get the converted value and then buildup your validation rule.
Thanks!