WMSShipmentLinesMove::validatePalletIdToServer Method [AX 2012]

Validates if the warehouse management pallet ID "to" can be used as the ToPalletId.

Syntax

server public static boolean validatePalletIdToServer(
    WMSShipmentLinesMoveType _type, 
    container _thisPackedWithMaps, 
    WMSPalletId _wmsPalletIdTo)

Run On

Server

Parameters

  • _thisPackedWithMaps
    Type: container
    The container holding the packed class.

Return Value

Type: boolean
true if the validation is successful.

Remarks

Since the validation performs several database operations, the methods execute on the server for performance reasons.

See Also

Reference

WMSShipmentLinesMove Class