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
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