PurchLine_W.validateField Method
Validates the field value.
Syntax
public boolean validateField(FieldId _fieldIdToCheck, [PurchLine _purchLine])
Run On
Called
Parameters
- _fieldIdToCheck
Type: FieldId Extended Data Type
The ID of field to check.
- _purchLine
Type: PurchLine Table
The corresponding PurchLine record. Optional.
Return Value
Type: boolean
true if validation is passed; otherwise, return false.