HRMCompPayrollEntity::find Method
Finds a record in the HRMCompPayrollEntity table based on supplied value of the PayrollEntityId field.
Syntax
client server public static HRMCompPayrollEntity find(HRMCompPayrollEntityId _hrmCompPayrollEntityId, [boolean _forUpdate])
Run On
Called
Parameters
- _hrmCompPayrollEntityId
Type: HRMCompPayrollEntityId Extended Data Type
The value of the PayrollEntityId field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMCompPayrollEntity Table
A record from the HRMCompPayrollEntity table.