RetailReturnPolicyLine.validateFieldValue Method
Validates changes to one field on the current record.
Syntax
public boolean validateFieldValue(FieldName _fieldName, [int _arrayIndex])
Run On
Called
Parameters
- _fieldName
Type: FieldName Extended Data Type
The name of the field to validate.
- _arrayIndex
Type: int
An index that identifies the value to validate for array fields; optional.
Return Value
Type: boolean
true if the validation succeeded; otherwise, false.