HRMRecruitingLastNews::exist Method
Indicates whether the specified record in the HRMRecruitingLastNews table exists.
Syntax
client server public static boolean exist(
HRMRecruitingId _hrmRecruitingId,
HRMRecruitingLastNewsType _type,
TransDate _transDate)
Run On
Called
Parameters
- _hrmRecruitingId
Type: HRMRecruitingId Extended Data Type
The recruiting ID of the record to check for existence.
- _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.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.