Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi Forum,In Visual Editor | invoice | Add Page | Edit asI've set my productqty field to Validate As: NumberI need a way to allow for only whole number entry. i.e if user enters 10.7 then an error dialog box will display.Thanks in advanceLisa
Hi,use custom valudation in the Before record added event for this purpose.Here is a sample:
if (!is_int($values["FieldName"]))