I’m trying to implement a pricing rule that when a specific product ‘SCM’ is selected in the question group, and the Frequency is Weekly to have $x.xx. However, I also need to have a pricing rule that is the same with the addition of if there is a QTY entered into another field ‘vetting’ (SCM.QTY_Vetting).
When I do the sytax for the secondary portion with vetting, I can’t get that field to display and my rule is showing as invalid. Is there a syntax difference I would need to do with a QTY field?
The product assignment already covers if the SCM product is selected. Then on the Product Pricing tab this is the syntax for what I have the error on.
IncludesANY([SCM.Frequency],"Weekly") AND IncludesANY(SCM.QTY > 0)
Page 1 / 1
Hey sidnie,
Looking at the formula you have shared it looks like you are missing the brackets on the quantity. Give this a try
IncludesANY([SCM.Frequency],"Weekly") AND IncludesANY([SCM.QTY] > 0)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.