Share via


HcmWorkerImportService.findKeysAsOf Method [AX 2012]

Finds entity keys.

Returns data valid as of specified date/time.

Syntax

public AifEntityKeyList findKeysAsOf(AifQueryCriteria _queryCriteria, 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: AifEntityKeyList Class
A list of entity keys that identify the specified data objects.

See Also

Reference

HcmWorkerImportService Class