AxdPricelist.read Method [AX 2012]
Reads a posted transaction from the database and writes it to an XML string.
public AifDocumentXml read(
AifEntityKey _aifEntityKey,
AifSchemaInfo _schemaInfo,
AifEndpointActionPolicyInfo _actionPolicyInfo,
AifConstraintList _constraintList,
AifPropertyBag _propertyBag)
Run On
ServerParameters
- _aifEntityKey
- Type: AifEntityKey Class
- _schemaInfo
- Type: AifSchemaInfo Class
- _actionPolicyInfo
- Type: AifEndpointActionPolicyInfo Class
An instance of the AifEndpointActionPolicyInfo class that is used to specify the value mapping to perform. This class can be empty if no value mapping is to occur.
- _constraintList
- Type: AifConstraintList Class
A list that contains the constraints that are identified in the document.
- _propertyBag
- Type: AifPropertyBag Extended Data Type
Return Value
Type: AifDocumentXml Extended Data TypeAn XML string that contains the data of the transaction.
Community Additions
ADD
Show: