BankStmtService.getChangedKeys Method [AX 2012]

Get changed entity keys that pass server-defined filters and that changed after some date time.

Syntax

public AifEntityKeyPage getChangedKeys(AifDocumentPaging _paging, utcdatetime _changedDateTime)

Run On

Server

Parameters

  • _changedDateTime
    Type: utcdatetime
    The date time criteria to use to find the entity keys.

Return Value

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

See Also

Reference

BankStmtService Class