Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Inline Editor Sublist in Suitelet 2.0
Hi All,
I am facing an issue when trying to add Inline Editor type sublist in Suitelet (SuiteScript 2.0). Here is the code I am using to add the sublist to the form:
form.addSublist({
id : 'custpage_tm',
type : ui.SublistType.INLINEEDITOR,
label : 'Time Entries',
tab: 'custpage_tab'
});
When I run the Suitelet, the body fields get populated but the list does not show. Instead "Loading..." is shown. There is also an error in the browser's console as well. However, when I change the INLINEEDITOR to LIST, the list shows up with "No records to show." and there is no error in the console.
Tagged:
0