0
edits
Changes
no edit summary
isEmail(@value@)
==To validate against a different custom field==
You can setup two fields (Amount Requested, Project Budget), and use the following to syntax to check the value entered on one of them against the other. Put this on the Amount Requested field to check if requested is more than the project budget
frm.cf_@Project Budget.id@.value>=@value@
==See Also==