How to Configure Validation at the Task-Level

Configure task-level validation in the User Console, when defining field properties on a profile task screen. The basic steps are as follows:
cim1265
Configure task-level validation in the User Console, when defining field properties on a profile task screen. The basic steps are as follows:
  1. Navigate to the Field properties section of the profile configuration screen containing the field to be validated.
    For more information about field properties, see the
    Administration Guide
    and the User Console online help.
  2. Specify a value in one of the following fields, depending on how the validation rule is to be implemented:
    • Validation Expression. Contains a regular expression that performs the validation.
    • Validation Java Class. Contains the fully qualified name of a Java class that performs the validation, for example:
      com.mycompany.MyJavaValidator
      expects the class file to be located in the root directory designated for custom Java class files.
    • Validation JavaScript. Contains the complete JavaScript code that performs the validation.
      You must provide JavaScript code in this field. With task-level validation, you cannot reference a file containing JavaScript code.
For information about defining other field properties on a profile configuration screen, click the Help button on the screen.