If i'm doing a csv import to update the lines of a...
# general
a
If i'm doing a csv import to update the lines of a PO and I'm checking overwrite sublists....why would I get an error saying "The record has been deleted since you retrieved it." ? The record has not been deleted.
i
are you running the csv import with the run scripts and workflows checkbox checked or unchecked? possible it could be coming from a UE script
a
Thanks for the reply, but no, i uncheck run scripts.
p
Are you including line ID? If your overwriting sublists the lines ID's will be different. and you might only be able to import 1 item using "overwrite sublists"
a
Interesting, I was overwriting sublists and mapping line ID because it's the same item on multiple lines of the order (different descriptions). I was actually trying to update the line descriptions...and when that wasn't working, I switched to trying to overwrite sublists. I think in the end, i'm just going to delete and re-create the transactions. Desperate times lol
d
If you overwrite sublists you replace all the existing lines with the imported line, so as the import goes on every line is being replaced by the next. That's probably why it isn't finding the original line IDs because they're getting deleted as it goes.
👍 1
a
thanks