PayrollW2ReportDP::getCompanyNameByTimeState Method [AX 2012]
Finds the company name as of the supplied utcDateTime value.
server public static DirPartyName getCompanyNameByTimeState(RecId _organization, [utcdatetime pointInTime])
Run On
ServerParameters
- _organization
- Type: RecId Extended Data Type
The record ID of the company.
- pointInTime
- Type: utcdatetime
The utcDateTime value to use to find a record in the table.
Return Value
Type: DirPartyName Extended Data TypeA string value that indicates the name of the company that is active as of the supplied date/time value.
Show: