Hi We have a client requirement, says all required field validation error should be shown all at form level using SetFormNotification. If multiple required fields doesn't answered, on save, each field shows error message one y one. Instead of that, all error messages should be visible on Form top by using SetFormNotificaiton. I attached onSave function to Form onSave envent. But some how, Onsave is not triggering until all required fields are answered. Is there a way to suppress on field level errorr or also show all error on Form level. I thought to remove Business required from attribute, but wants to keep that.
↧