Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.