I have put some validation in the 'POS Transaction line'.'Amount in Currency' field.
I am trying to display the mode of payment while punching the payment.
I written as:
IF "Entry Type"=Rec."Entry Type"::Payment THEN
MESSAGE('%1',"Entry Type");
Why it is not working while punching payment in the POS.
I noticed no validation works if we are punching payments. Validation works perfect if we punch item.
How to validate payments?
Regards,
Abdul.
*This post is locked for comments