WHSPostPackingSlip::isPackingSlipEnabled Method [AX 2012]

Checks if post packing slip button should be enabled for the load

client server public static boolean isPackingSlipEnabled(WHSLoadTable _whsLoadTable)

Run On

Called

Parameters

_whsLoadTable
Type: WHSLoadTable Table
Load for which we want to generate packing slip

Return Value

Type: boolean
true if post packing slip button should be enabled; otherwise, false
Show: