I'm having an issue with sublist lines if anyone c...
# suitescript
a
I'm having an issue with sublist lines if anyone can help me or has some ideas. I made a Test SO with 3 line items. the line value for each is 1, 2, & 3 using the {line} variable to get those values. I DELETED line 2 and re-added it (all through the UI) making it line 4 but it was given a line id of 7 for some reason. So looking top to bottom I have lines 1, 3, & 7 Now I have an unrelated UE script on a task that pulls the details from the line item and the line item in position 2 with a line id of 3, but when using findSublistLineWithValue it is reporting it as having a line id of 1. Which makes sense of course as 0,1,2 however it doesnt match the lineids. Sooooo is there any consistent way to identify lines without embedding some hidden unique ID everywhere???