Hi everyone! I'm in a bit of a pickle.
Goal: Take a list from a vendor of all the Drop Shipped items, make the receipts for them automatically with and Import Scenario, and then go on to the next project.
Here's the rub though. Every time I run it, it will run the first line selected, but then skip the 2nd, run the 3rd, not the 4th. Etc. There's some variability if there's multiple lines, but most of ours are single ones. The error I get is:
Field: Order Nbr., Value: 001325, Error: 'Order Nbr.' cannot be found in the system.
The data is all coming out perfectly on the ones that do run, but I can't figure out why it's skipping like that. It claims it cant see the Order Number, but that feels like a bit of a red herring since the type and order numbers above the ones that don't run is in exactly the same format.
