Share via


EcoResProductService.getChangedKeys Method [AX 2012]

Find entities that match server-defined criteria and were changed on or after specified date and time.

Syntax

public AifEntityKeyPage getChangedKeys(AifDocumentPaging _paging, utcdatetime _changedDateTime)

Run On

Server

Parameters

  • _changedDateTime
    Type: utcdatetime
    The specified entity date and time.

Return Value

Type: AifEntityKeyPage Class
A list of entity keys that were changed on or after the specified date and time.

See Also

Reference

EcoResProductService Class