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
Israel Gonzalez
01/14/2025, 8:48 PM
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
AK47
01/14/2025, 9:05 PM
Thanks for the reply, but no, i uncheck run scripts.
p
Pete Kastner
01/14/2025, 9:20 PM
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
AK47
01/15/2025, 12:32 AM
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
David Evans
01/15/2025, 10:19 AM
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.