HcmWorker::getDirPersonNameByTimeState Method
Finds a DirPersonName record which corresponds to HcmPersonRecId value and active as of a supplied utcDateTime value.
Syntax
client server public static DirPersonName getDirPersonNameByTimeState(
HcmPersonRecId _person,
[utcdatetime pointInTime,
boolean _forupdate])
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
The record ID of a person.
- pointInTime
Type: utcdatetime
A utcDateTime value that is used to find a record in the table.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DirPersonName Table
A record in the DirPersonName table.