Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _type
Type: WMSShipmentLinesMoveType Enumeration
The shipment lines move type of the class.
- _thisPackedWithMaps
Type: container
The container holding the packed class.
- _wmsPalletIdTo
Type: WMSPalletId Extended Data Type
The warehouse management pallet ID that should be validated.
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.