MCRReleaseAndAuthFutureOrders.canProcess Method [AX 2012]

Determines whether or not the passed in sales order can be shipped.

private boolean canProcess(SalesTable _salesTable, [boolean _showErrors])

Run On

Called

Parameters

_salesTable
Type: SalesTable Table
A record in the table SalesTable.
_showErrors
Type: boolean
A Boolean used in determining if errors are to be displayed back to the screen; optional.

Return Value

Type: boolean
A Boolean letting the calling object know that the sales order can be shipped.

Determines whether or not the passed in sales order can be shipped within the window and if it has quantity available.

If so, true is returned, otherwise false is returned.

Community Additions

ADD
Show: