hi,
does anyone how to get sublist ID on the form. I know for getSublists method, but it is just string array... I need to know what is particular one for adding button etc..
s
Seth Duda
10/23/2020, 4:54 AM
You know the name of the sublist's tab in the UI but can't figure out which sublist id it corresponds to?
Seth Duda
10/23/2020, 4:56 AM
The xml view (add &xml=T to end of the url) or the chrome NS field explorer plugin might help
z
Zoran Roncevic
10/23/2020, 6:42 AM
@Seth Duda exactly! Problem arrived when I prepare userevent script for bundle... I am not able to. determine which sublist ID is generated by NetSuite... always customlistXY, but randomly
Zoran Roncevic
10/23/2020, 6:44 AM
For single account, workaround is opening Chrome debugger and inspect element and find DOM id... terrible horor ðŸ˜