Share via


WMSShipmentLinesMove.validatePalletMove Method [AX 2012]

Validates if the _wmsPallet can be used.

Syntax

protected boolean validatePalletMove(WMSPallet _wmsPallet)

Run On

Called

Parameters

  • _wmsPallet
    Type: WMSPallet Table
    The _wmsPallet that should be validated.

Return Value

Type: boolean
true if the pallet can be moved; otherwise, false.

See Also

Reference

WMSShipmentLinesMove Class