If I created a custom sublist and now I want to ac...
# suitescript
a
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
your internalid id begins with recmac if your sublist was made by a parent-child relationship
i dont think you can script a custom sublist that is driven by a search