Defines the type of data the field will store (e.g., text, number, date).
NameInternal name of the field (e.g., Date-DD/MM/YY).
DescriptionInformation-only note; appears in batch setup
Regular ExpressionUsed to validate field input based on a custom pattern.
Characters it holdsMaximum allowed characters (mainly for VARCHAR).
Values SectionEnter allowed values.
Add/RemoveManage the list of valid values.
Force MatchField input must match one of the listed values.
Case SensitiveEnforce case-matching rules for entries.
Supported Data TypesText input. Used for names, IDs, remarks. Max characters defined.
INTEGERWhole numbers only. No decimals. Used for quantities, counts.
DOUBLEDecimal numbers. Used for prices, rates.
EMAILAccepts only valid email addresses.
DATETIMEAccepts valid date/time formats. Often validated by regex.
TABLEUsed for line-item or multi-row fields. Requires table/column configuration.
Regular Expression ProfilesAccessed by clicking Re. next to the Regular Expression field. This window helps define and test regex rules for validating field data.
Select data type for which regex is being created.
Regular ExpressionThe pattern that defines valid input.
Ignore WhitespaceIf checked, spaces in pattern are ignored.
Test InputEnter a value to test the regex match.
ButtonsSave, Save As, OK – for storing or applying the profile.