AifDocumentService.getKeyList Method [AX 2012]

Gets all entities that match server-defined criteria.

Syntax

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

Run On

Server

Parameters

  • 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