AifDocumentService.getKeyList Method [AX 2012]

Gets all entities that match server-defined criteria.

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

Run On

Server

Parameters

paging
Type: AifDocumentPaging Class
The document paging object.
document
Type: AifDocument Class
An instance of the document class.
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.

Community Additions

ADD
Show: