Hi again,
I've added some fields on order and would like to apply some mandatory logic.
Here are the details :
- OrderType : a list, which contains 2 values (I and C)
- IsEdi : a checkbox
Those fields are mandatory ; no problem !
Now, i would like to force users to fill a string field (using highlighting in red) when :
- order type = I
- order type = C AND IsEdi = N
I've tried to play with MandatoryLogic on AD_Column, but it seems that it doesn't support parenthesis.
Any ideas on how to deal with it ?
Thanks,
Nicolas