InventItemService.getChangedKeys Method [AX 2012]
Finds entities that match server-defined criteria and changed on or after a specified date and time.
Syntax
public AifEntityKeyPage getChangedKeys(AifDocumentPaging _paging, utcdatetime _changedDateTime)
Run On
Server
Parameters
- _paging
Type: AifDocumentPaging Class
The document paging object.
- _changedDateTime
Type: utcdatetime
The changed entity date and time. Only the entities that are changed on or after this date and time are returned.
Return Value
Type: AifEntityKeyPage Class
A list of entity keys that identify the specified data objects.