hi, does anyone how to get sublist ID on the form...
# suitescript
z
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
You know the name of the sublist's tab in the UI but can't figure out which sublist id it corresponds to?
The xml view (add &xml=T to end of the url) or the chrome NS field explorer plugin might help
z
@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
For single account, workaround is opening Chrome debugger and inspect element and find DOM id... terrible horor 😭
135 Views