Has anyone run across an issue where you add lines...
# suitescript
c
Has anyone run across an issue where you add lines to a record and it'll add like an extra line at the end? My code adds X lines and i've stepped through it and it works fine. There's no more logic in my code but there's an extra line there w/ the same values as the last line my code added.
l
In the GUI right? I've seen that sporadically.
c
yeah I can reproduce it every time
there's always 1 extra line with "some" of the data from the last line i programmatically added
s
in the code, are you using dynamic mode?
c
yes, its dynamic mode
r
yep encountered it for Purchase Requisition. Had to add a before submit script to do cleanup
c
So sounds like its a bug
s
I just avoid dynamic mode whenever possible as I've found 'standard' mode to be more stable.