Changing validation logic
You can include client-side validation logic for the Management Center. Create validation rules for information that users provide using the user interface. For example, validate that users have entered text, not numbers; that a start date is not later than an end date; or that a mandatory field is not empty).
About this task
When an object is modified on the client, client-side validation is invoked and if errors are found, the validator adds the error to the object or to a specific object property. The error messages reported by the validator are displayed in the properties view and if the message is scoped to a specific property, the widgets that display that property are given a visual treatment to indicate that the property is in error. When the widget is given focus, any associated error messages are displayed. Client-side messages are also logged in the Management Center message console.