Hi,
How can post transfer journal with the same pallet number.
We just want to transfer from one warehouse/location to another without changing pallet number on a single transfer journal. So that we wont encounter the error below.
Thanks,
Hi,
How can post transfer journal with the same pallet number.
We just want to transfer from one warehouse/location to another without changing pallet number on a single transfer journal. So that we wont encounter the error below.
Thanks,
I already tried that, but I still received this error when I validate or port the transfer journal.
"Pallet PID000000024 is not at location 01 in warehouse LABELLED. To move a pallet, use the Move pallet function"
I might messing something here.
Hi, Jaz0003,
Do you mean that you want to keep the pallet number and the contents the same?
This can be achieved with a small modification to the system. Under Table InventTransferLine, method: inventDimMergeWarehouse there is a block of code towards the bottom:
if (_inventLocationId == _inventTransferTable.InventLocationIdTo)
{
inventDim.wmsPalletId = '';
}
If you comment these lines out then the pallet number will stay present on the receiving inventory transaction for the final destination warehouse.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,430
Most Valuable Professional
nmaenpaa
101,156