Field Validators

This topic lists and describes the validators you can apply to fields to make sure your Fusion Manage data is clean, accurate, and useful. The validators available when you create a field are only those that are valid for the field type.

Important: Some fields may be part of an Item Details section that is restricted to a specific user group. Because these fields are hidden from some users, applying requirements validation to them can have adverse effects. If there is the possibility of an adverse effect, the system warns you when you apply the validation.

Field validators support the following types:

These field types are preassigned a required validator that cannot be removed or changed (preassigned validators shown in brackets):

Basic Validators

ValidatorDescriptionVariable
Regular Expression Input MaskField value must conform to a given regular expressionRegular expression
RequiredField value must be entered 
Selection RequiredDrop-down selection must be made 
UniqueField value must be unique among all nondeleted records of the workspaceField name

Format Validators

ValidatorDescriptionVariable / Example
ByteField value must be convertible to a byte 
CSV Value CountNumber of entries in the CSV must equal a given numberInteger, or field containing an integer, that equals the number of entries in the CSV
DateField value must conform to a valid date format.Date format pattern string
Date Greater ThanDate entered in field must be greater than date entered in other specified fieldName of Date field
Date Greater Than or Equal ToDate entered in field must be greater than or equal to date entered in other specified fieldName of Date field
Date Less ThanDate entered in field must be less than date entered in other specified fieldName of Date field
Date Less Than or Equal ToDate entered in field must be less than or equal to date entered in other specified fieldName of Date field
Decimal NumberField value must be a valid positive or negative decimal number1.1, 2.5, -1.2
Each CSV Entry Must Have Identical Alpha CharactersEach substring in a CSV must have the same leading characters (used for fields such as Reference Designators)R1, R12, R13
E-MailField value must conform to a valid email format 
Float RangeFloat field value must be within specified rangeValues of the lower and upper limits, e.g., 0.1 and 1.1
IntegerField value must be a positive or negative whole number 
Integer RangeInteger field value must be within specified rangeValues of the lower and upper limits, e.g., 3 and 10
Mask for CSV FieldEach substring in a CSV must conform to a given regular expressionRegular expression
Maximum LengthField value must not exceed specified maximum lengthValue of the maximum number
Minimum LengthField value must not be less than specified minimum lengthValue of the minimum number
MoneyField value must be a valid currency amount 

Dependency Validators

ValidatorDescriptionVariable / Example
All or NoneValue must be entered for all OR none of specified fieldsNames of specified fields
At Least One Field RequiredValue must be entered for at least one of specified fieldsNames of specified fields
Both or NoneValue must be entered for either this AND other specified field OR for none of the fieldsName of other specified field
Conditionally RequiredField value must be entered if other specified field contains specified valueName of specified field; specified field value
IdenticalField value must be identical to value of other specified fieldName of other specified field
If One Than OtherField value must be entered if value is entered for other specified fieldName of other specified field
One of Three Not MoreValue can be entered only for this field OR for one of two other specified fieldsNames of other specified second and third fields
One or the Other, Not BothValue can be entered only for this field OR for other specified fieldName of other specified field
Percentage Within Other and SupportField value must be within specified percentage range of value of other specified numeric fieldOther specified numeric field; specified percentage range
Range Within Other Field PercentField value must be within specified percentage rangeSpecified percentage range

Uniqueness Validators

ValidatorDescriptionVariable / Example
Unique Combination Except KeywordCombination value of two specified fields must be unique in the workspace except if value of one field is a specified keywordNames of specified fields; specified keyword string
Unique Combination of 2 fields in a workspaceCombination value of two specified fields must be unique in workspaceNames of specified fields
Unique CSV Entries in BOMEach CSV entry in BOM must be unique 
Unique With WildcardField value must be unique within the workspace, with option to specify number of leading and trailing wildcard characters to ignore in uniqueness checkSpecified number of leading characters; specified number of trailing characters
Unique Strict ValidationField value must be unique within the workspace even for the deleted records. This validation is also honored by scripts and import tool 

Unique Strict Validation

This new validation is available to the following fields in the Item Details tab:

This validation checks if the value in the field is unique among all records for the given workspace. Also to consider: