Share via


WHSPostPackingSlip.canShipConfirm Method [AX 2012]

Checks if load can be ship confirmed

Syntax

private boolean canShipConfirm(WHSLoadTable _loadTable)

Run On

Called

Parameters

  • _loadTable
    Type: WHSLoadTable Table
    The WHSLoadTable record of the load being validated.

Return Value

Type: boolean
true if load can be ship confirmed; otherwise returns false and adds a warning to InfoLog

See Also

Reference

WHSPostPackingSlip Class