PdsRebateAgreementLine.validateFieldValue Method
Determines whether the changes to a field in the PdsRebateAgreementLine record are valid.
Syntax
public boolean validateFieldValue(FieldName _fieldNameToCheck, [int _arrayIndex])
Run On
Called
Parameters
- _fieldNameToCheck
Type: FieldName Extended Data Type
A field name to validate.
- _arrayIndex
Type: int
The array index of a field to validate; optional.
Return Value
Type: boolean
true if the value in the field change is valid; otherwise, false.