Currently working through an upgrade from E10.1.600 to Kinetic 2024.x.
In the old system, we had a work around to manage material lots that had a freezer life, and out life. This was running a custom UI code, and SQL databases.
With the move to Kinetic Cloud (all browser based), we are moving that system into Kinetic.
1st Hurdle, load a packing slip into receipt entry before the material arrives.
This will let us digitally check the actual received Lots vs the packing slip.
I’m trying to get the Lot’s and the corresponding qty’s.
Attempting to Paste new into the Receipt Entry - Lines grid (looks like a grid).
The first Lot adds, but the ‘Our Qty’ fields overwrites with the PO Line ordered qty, then it throws an error on line 2 about the quantity.
I did a demo of paste insert with a receipt of over 500 lines last week. It took 10 minutes, but they all got in. I started with the columns I had in classic and they threw a few errors and I had to add some fields while in classic I just did po/line/our qty/lot and the rest filled in from the UI.
I used Paste New from the overflow menu
I needed Release, PartNum and Warehouse, Bin to make a bpm of mine happy.
This is for skipping prompts about specifying lot attributes when processing purchase receipts.
Did adding the warehouse solve the issue? If not, please share your DMT template, and I will try it in my test environment
I have been entering my Lot quantity under InputOurQty, trying it with OurQty throws a DMT error that I need InputOurQty.
So, I’ve put that back in.
I’ve set the qty in the script as 0, and same thing.
Attached is my script for the DMT.
Lines 1-5 are the lots for the first Partnumber I’m receiving, then lines 6-16 are the lots for line 7 of the PO. receiptK11.csv (21.7 KB)
@JKnopp I did not process mine thru DMT. I used paste new in the receipt entry screen.
I had run into an issue where the warehouse users did not have access to receipt entry in DMT because it was tied to a HH menu and we don’t own the HH module. It turned out fine as now I don’t have to train them on DMT.
PackLine - with actual line numbers.
PartNum
LotNum
Warehouse
Bin
InputOurQty
PONum
POLine
PO Rel
IUM
Received
In the above order I got a Part number not Lot tracked error - which it is.
So I swapped Warehouse and Bin number over now I have a valid bin number error.
I just tried adding the line manually in the grid, and the quantity overwrites when I hit enter to do the next line.
Will run the debug and see if that helps, or at least points me a BPM.