Just checked, it is the same for `lineuniquekey` t...
# suitescript
m
Just checked, it is the same for
lineuniquekey
too. It get changed on every save.
a
i'm 99.9% sure that
lineuniquekey
doesn't change, and I would have said generally
line
doesn't either so if I'm right about
lineuniquekey
then you've got some other cusotmization that is editing lines... but is actually not editing them but is in fact taking the existing line... reading its data, adding a new line with that same data, saving the new line, .. and then removing the old line. why would there be a customization doing that? no idea it makes no sense, but it would explain what you are seeing 🙂 alternatively its something weird with tax lines or shipping lines or some such that aren't real line, but kinda ARE lines ... i'd look at the actual data to see if there's anything special about those last lines that are increasing. hmm tax or shipping line kinda makes sense, if its recalculated after every save ? creates a new line based on the real line data (it may have changed) and delete the old shipping/tax line
👀 1
I forget what the field is but there's a way to filter out tax and shipping lines... it might just be
isshippingline
istaxline
true/false
hmm its just
taxline
true/false
don't see one for shipping line, but that might only be on certain tran types, and seems like this needs to be generic?
m
I just checked, only this bundle
NetSuite Platform Solutions Group - Withholding Tax
is deployed on that record, and my script, which doesn't edit any lines. Let me try to filter taxlines.
You are correct, it is the taxline.
👍 1
Thanks very much. ♥️ Will tell the customer about it.
But I am not sure why it makes sense tbh.