A question to my colleagues
I have this code in E9 where it validates the longitd of a field and I would like to know what the code for E10 would be. I appreciate your help
------------E9--------------------
if length(ttCustomer.ResaleID) = 12
then ttCustomer.ResaleID
else if length(ttCustomer.ResaleID) = 13
then ttCustomer.ResaleID
else “ERROR”