Join Slack
Powered by
If I created a custom sublist and now I want to ac...
# suitescript
a
Azi
09/09/2019, 1:33 PM
If I created a custom sublist and now I want to access via scripting, how do I know what the sublistId is? As in this example from the help center
Copy code
var objSublist = objRecord.getSublist({ sublistId: 'item' });
What would I replace item with?
b
battk
09/09/2019, 3:22 PM
your internalid id begins with recmac if your sublist was made by a parent-child relationship
battk
09/09/2019, 3:22 PM
https://system.na1.netsuite.com/app/help/helpcenter.nl?fid=section_1502309332.html
battk
09/09/2019, 3:24 PM
i dont think you can script a custom sublist that is driven by a search
3
Views
Open in Slack
Previous
Next