Hi everyone, Can someone please help how to create...
# suitescript
k
Hi everyone, Can someone please help how to create single portlet with multiple tabs.?
b
not a normal feature of a portlet
k
is there any way to achieve this?
b
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
yes i am using portlet.html only it seems easy and suitable for my project.
c
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