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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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