Share via


InventInventDimCombinationService.getChangedKeys Method [AX 2012]

Find entities that match server-defined criteria and changed on or after specified datetime.

Syntax

public AifEntityKeyPage getChangedKeys(AifDocumentPaging _paging, utcdatetime _changedDateTime)

Run On

Server

Parameters

  • _changedDateTime
    Type: utcdatetime
    The changed entity datetime. Only the entities changed on or after this date/time are retruned.

Return Value

Type: AifEntityKeyPage Class
A list of entity keys that identify the specified data objects.

See Also

Reference

InventInventDimCombinationService Class