HRMRecruitingLastNews::find Method
Finds a record from the HRMRecruitingLastNews table that is based on the RecruitingId, Type, and TransDate field values.
Syntax
client server public static HRMRecruitingLastNews find(
HRMRecruitingId _hrmRecruitingId,
HRMRecruitingLastNewsType _type,
TransDate _transDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _hrmRecruitingId
Type: HRMRecruitingId Extended Data Type
The HRMRecruitingId value of the record to find.
- _type
Type: HRMRecruitingLastNewsType Enumeration
The recruiting last news type of the record to check for existence.
- _transDate
Type: TransDate Extended Data Type
The transaction date of the record to check for existence.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: HRMRecruitingLastNews Table
A record in the HRMRecruitingJobAd table.