AifDocumentService.readList Method [AX 2012]

Reads a list of entities.

Syntax

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

Run On

Server

Parameters

  • document
    Type: AifDocument Class
    An instance of the AifDocument class. Read entities will be deserialized into this object.

Return Value

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

See Also

Reference

AifDocumentService Class