2,004
edits
Changes
no edit summary
Here is how it looks when you call a system message.
'''result.addMsg('Your message goes here.'); }''''
Here is how it looks when you call a Field message on a custom field.
''''result.addMsg('cf_@field name.id@', 'Your message goes here.); }'''
Notice the field name is added before your message, so the system knows where to place the validation message, and the system knows where to bring your cursor should you click the message.
=Examples=