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.
SuiteLets tabs - how in the world do you use these things?
I can't come up with any other way to possibly add tabs to a form:
var f = nlapiCreateForm('Patient Assessment'); var tab1 = f.addTab('callhistorytab', 'Call History'); f.addField('aaaaaaa', 'text', 'test', null, tab1); var tab2 = f.addTab('dataverificationtab', 'Data Verification'); f.addField('bbbbbbb', 'text', 'test', null, tab2); response.writePage(f); Yet that does NOT create two tabs. I can't create tabs or subtabs.
Does anyone have a script showing the creation of tabs (more than 1)?
Any help VERY appreciated!
Steve Klett | Senior Developer
NetValue Technology
0