AifDocumentService.getChangedKeyList Method [AX 2012]

Gets entities that match server-defined criteria and are changed on or after a specified date and time.

Syntax

protected AifEntityKeyPage getChangedKeyList(
    AifDocumentPaging paging, 
    AifDocument document, 
    utcdatetime changedDateTime, 
   [utcdatetime validFrom, 
    utcdatetime validTo])

Run On

Server

Parameters

  • changedDateTime
    Type: utcdatetime
    A changed entity date and time. Only the entities changed on or after this date and time are returned.
  • validFrom
    Type: utcdatetime
    The keys of entities valid during that period are returned, if the validFrom and validTo parameters are specified.
    The keys of entities valid at that time are returned, if only the validFrom parameter is specified.
  • validTo
    Type: utcdatetime
    The keys of entities valid during that period are returned, if the validFrom and validTo parameters are specified.
    The keys of entities valid at that time are returned, if only the validFrom parameter is specified.

Return Value

Type: AifEntityKeyPage Class
The document keys of the matching entities.

See Also

Reference

AifDocumentService Class