AxPurchLine.end Method [AX 2012]

Throws an error when an inventDim section is missing in an XML String.

Syntax

public void end()

Run On

Called

Remarks

The end method is used for processing incoming documents and is run before popping an AxBC object off the stack. The method is required because AxBC classes have the AxInventDim class as a child.

Therefore this method must throw an error when no inventory dimension section has been encountered in the XML.

This method is intended for internal use only and should not be called through the interface.

See Also

Reference

AxPurchLine Class