HRMMassHireProject.validateField Method
Validates the specified field in the HRMMassHireProject table.
Syntax
public boolean validateField(FieldId _fieldIdToCheck)
Run On
Called
Parameters
- _fieldIdToCheck
Type: FieldId Extended Data Type
The field ID of the field to check.
Return Value
Type: boolean
true if the field is validated; otherwise, false.
Remarks
Override this method to perform field level validation.