Share via


AxdReturnOrderOut.update Method [AX 2012]

Throws an error because this document supports only outbound operation.

Syntax

public AifResult update(
    AifEntityKey _entityKey, 
    AifDocumentXml _xml, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintList _constraintList)

Run On

Server

Parameters

  • _entityKey
    Type: AifEntityKey Class
    An entity key that identifies the transaction to be updated.
  • _constraintList
    Type: AifConstraintList Class
    A list that contains the constraints that are identified in the document.
    The _constraintList parameter must be an instantiated, empty AifConstraintList Class. It will be populated when the update method is run.

Return Value

Type: AifResult Class
An XML string that contains the data of the transaction.

Remarks

The actions are not supported.

See Also

Reference

AxdReturnOrderOut Class