DMT: PO Receipt combined for misc. receipt

I’m working on a automation with DMT for misc. receipts of inventory.
These PO Receipts are not tied to a PO, but rather will just have a vendor num vendor ID and a pack slip, along with any associated dtl records.
When I run it in DMT, I get a very vague “object reference not set to an instance of an object” error for each record.
My columns are all valid, any ideas?

I’ve recently seen this in Time Expense Combined import. The rows that were throwing that very same error had employee IDs that did not exist. Check the columns that point to key fields and lookup a few. Make sure your supplier ID is set.

Mark W.

Thanks Mark, this is driving me nuts.
I whittled it down to having an issue with RcvDtl#PackLine. If I don’t put it in, it has a problem where it says “RcvDtl#PackLine does not belong to the table”. When I add it, it gives me a “Record Not Found”.

Any thoughts?

Edit: It wanted RcvDtl#WeightUOM, IUM, and InputOurQty. Now I’m back to PartNum and it gives me an "object reference error :no_mouth:

Just a thought, may not be related, but if you’re only adding records and have the update box checked, it can throw this kind of error as well.

Mark W.