Index
Main Menu
Related topics:
Required
Required
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
October 1, 2009
Required - XpressDox
Use this command when a field should not be left empty on the interview.
Command structure:
«Required(AccountNumber)»
Examples of usage:
- Mark one mandatory field as required:
«Required(AccountNumber)»
- Add a second parameter to the command to indicate what type of data should be entered into the required field.
«Required(DateOfBirth,date)»
- List more than one mandatory field in a single command:
«Required(AccountNumber,DateOfBirth)»