Share via


InventTrackingShippedSalesReportContrler.isStandalone Method [AX 2012]

Determines if the controller was invoked as a standalone or not.

Syntax

public boolean isStandalone()

Run On

Called

Return Value

Type: boolean
true if invoked as standalone; otherwise, false.

Remarks

Standalone is meant where there is no object passed in the arguments, for example, from the main menu, and, therefore, would not have any information to populate the parameter form with.

See Also

Reference

InventTrackingShippedSalesReportContrler Class