Share via


AxSalesLine.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 AxInventDim as a child.

This method must throw an error if no inventory dimension section has been encountered in the XML. This method is intended for internal use only and it should not be called through the interface.

See Also

Reference

AxSalesLine Class