Share via


AxdPriceDiscountJournal.read Method [AX 2012]

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

Syntax

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

Run On

Server

Parameters

  • _constraintList
    Type: AifConstraintList Class
    A list that contains the constraints that are identified in the document.

Return Value

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

See Also

Reference

AxdPriceDiscountJournal Class