RegExp CustomField

Allows you to define a text field that is validated by a regular expresion.

Use.RegExpTextCFType



To configure a RegExp CustomField:

  1. Add a new RegExp CustomField.



    Add.RegExpTextCFType



  2. Specify its name and its description.



    Create.RegExpTextCFType



  3. Click the Configure link:

    Manage.RegExpTextCFType



  4. Click the Edit Default Value link:

    Manage.RegExpTextCFType.EditDefaultValue



  5. In the Set Custom Field Defaults page, you have to define:

    • a default value that matches your regular expression
    • a regular expression pattern.

      You are able to configure a regular expression pattern following the Java specifications.

      Note that the pattern validation is also done on the client-side using JavaScript, its specifications does not cover the whole Java specification.
    Configure.RegExpTextCFType



  6. You are now ready to use the RegExp CustomField in your screens.