RetailInfocodeTable.validateField Method
Determines whether the field is valid.
Syntax
public boolean validateField(FieldId _fieldIdToCheck)
Run On
Called
Parameters
- _fieldIdToCheck
Type: FieldId Extended Data Type
The field ID number to be validated.
Return Value
Type: boolean
true if the field is valid; otherwise, false.
Remarks
Calls the validateInputType and validateRandomFactor methods to validate the InputType and Randomfactor fields.
Checks if the value for field MaximumLength is larger than 100, if yes throws an error.