Import Validation Mask

To add validation mask from an XML file, do the procedure in this topic.

Figure: Import screen

Import screen

Prerequisites

  • An XML file with valid validation mask on your local machine.

    Example:

    <?xml version="1.0" encoding="UTF-8"?>
    <ArrayOfNameValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <NameValue>
        <Name>String</Name>
        <Value xsi:type="xsd:string">/[A-Ba-b]/</Value>
      </NameValue>
    </ArrayOfNameValue>

How to Start

  1. In the Manage Center, click App Builder App Builder icon > eForms Settings.
  2. On the eForms Settings screen, click Validation Mask Validation Mask icon

Procedure

  1. On the Manage Validation Mask screen, click Import File Import File icon.
  2. Click Select File, and select the XML file on your local machine.
  3. Click Import.