AifDocumentService.readList Method [AX 2012]

Reads a list of entities.

protected AifDocument readList(
    AifEntityKeyList entityKeyList, 
    AifDocument document, 
   [utcdatetime validFrom, 
    utcdatetime validTo])

Run On

Server

Parameters

entityKeyList
Type: AifEntityKeyList Class
The entity key list of the entities to read.
document
Type: AifDocument Class
An instance of the AifDocument class. Read entities will be deserialized into this object.
validFrom
Type: utcdatetime
validTo
Type: utcdatetime

Return Value

Type: AifDocument Class
An instance of the AifDocument class that has read data.

Community Additions

ADD
Show: