Share via


ConnEmployeesService.readAsOf Method [AX 2012]

Reads a ConnEmployees document that contains one or more data objects.

Returns data valid as of specified date/time.

Syntax

public ConnEmployees readAsOf(AifEntityKeyList _entityKeyList, utcdatetime _validAsOf)

Run On

Server

Parameters

  • _validAsOf
    Type: utcdatetime
    The date/time value that is used by the method to return records valid as of specified date/time.

Return Value

Type: ConnEmployees Class
A ConnEmployees document that contains list of read data objects.

See Also

Reference

ConnEmployeesService Class