Share via


AxdTransferJournal.read Method [AX 2012]

Reads a posted transaction from the database and writes it to an XML String.

Syntax

public AifDocumentXml read(
    AifEntityKey _aifEntityKey, 
    AifSchemaInfo _schemaInfo, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintList _constraintList, 
    AifPropertyBag _propertyBag)

Run On

Server

Parameters

  • _actionPolicyInfo
    Type: AifEndpointActionPolicyInfo Class
    An instance of the AifEndpointActionPolicyInfo class that is used to specify the value mapping to perform.
  • _constraintList
    Type: AifConstraintList Class
    A list that contains the constraints that are identified in the document.

Return Value

Type: AifDocumentXml Extended Data Type
An XML String that contains the data of the transaction.

See Also

AxdTransferJournal Class

AxdBase.read Method