HcmPersonTrustedPosition::findByPersonTrustedPostionDescriptio Method
Finds a record in the HcmPersonTrustedPosition table by using the specified values from the Person, TrustedPostionDescription and Employer fields.
Syntax
client server public static HcmPersonTrustedPosition findByPersonTrustedPostionDescriptio(
HcmPersonRecId _person,
HRMQualificationPosition _trustedPostionDescription,
HRMPlaceOfEmployment _employer,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
- _trustedPostionDescription
Type: HRMQualificationPosition Extended Data Type
- _employer
Type: HRMPlaceOfEmployment Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmPersonTrustedPosition Table
A record in the HcmPersonTrustedPosition table.