He/she can manually increase but price reduction can be obtained only by using the discount field.
Even if the formula is correct when I test it I can easlity reduce the price and any error message is displayed.
Any suggestion?
2 个回答
Hi Mimma,
Can you give this a shot ?AND(
ISCHANGED(UnitPrice),
PRIORVALUE(UnitPrice) > UnitPrice,
OR(
ISBLANK(Discount),
Discount = 0
)
)