WHSPostPackingSlip::isShipConfirmEnabled Method [AX 2012]

Checks if ship confirm button should be enabled for the load

client server public static boolean isShipConfirmEnabled(WHSLoadTable _whsLoadTable)

Run On

Called

Parameters

_whsLoadTable
Type: WHSLoadTable Table
Load to be ship confirmed

Return Value

Type: boolean
true if ship confirm button should be enabled; otherwise, false
Show: