Share via


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

  • _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.

See Also

Reference

HRMRecruitingLastNews Table