https://netsuiteprofessionals.com logo
k

khubaibkhan

04/19/2022, 7:35 AM
Hi everyone, Can someone please help how to create single portlet with multiple tabs.?
b

battk

04/19/2022, 8:16 AM
not a normal feature of a portlet
k

khubaibkhan

04/19/2022, 9:26 AM
is there any way to achieve this?
b

battk

04/19/2022, 9:34 AM
Portlet.addField to add your own inline html to create your own tabs
alternatively you could also do an iframe to a suitelet if you only know netsuite's ui components
you can probably use Portlet.html if you are doing an iframe
k

khubaibkhan

04/19/2022, 9:38 AM
yes i am using portlet.html only it seems easy and suitable for my project.
c

Cory Weiner

04/20/2022, 6:37 PM
You can put whatever inline html you want into a portlet. It would be easy to add a tabbed view with a little inline html + javascript