LogisticsAddressState.validateFieldValue Method
Decides whether the value of a specific field is valid.
Syntax
public boolean validateFieldValue(FieldName _fieldName, [int _arrayIndex])
Run On
Called
Parameters
- _fieldName
Type: FieldName Extended Data Type
The specified name of field to validate.
- _arrayIndex
Type: int
THe specified array index for the field; optional.
Return Value
Type: boolean
true if the validation passes; otherwise, false.
Remarks
Validates the IBGECode_BR field. Returns true if the field contains only digits; otherwise, displays an error message and returns false.