Field Validators

  • Users can apply validations to some fields based on a regex pattern
  • Common examples are Account numbers, Credit card numbers, email address, phone numbers etc
  • Once you have made a validator you can apply it to the field you want to by selecting the table which is having that field
  • Under Table Fields Section ,In validator_name, select the name of validator you have created to apply to a field
  • You can apply same validator to the number of fields if it matches the requirements

In this article

List of Validators

Field's Description

  • Id Internal primary key field.

  • ValidationMessage

    Provide the validation message that need to be shown for the field, when it fails the validation.

    Note: In the validation message, no need to prefix the message with that field name. NF engine will automatically add the field name to the validation message.

  • Regex Pattern Need to provide the correct regex pattern for that validation. Get it tested fully and use it.

  • Description A short description on the usage of that validator.