Channels
jobs
sdf
suiteworld
announcements
training
data-privacy
women-in-netsuite
suitecommerce
advancedpdf
crm-sfa
bundles
procure-to-pay
sfa
marketing
dev-ops
ai-netsuite
r-e-networks
migration-discussion
suite-app
upvote-enhancements
demandplanning
italy
spain
arm
random
order-to-cash
formulas
case-management
scripting
srp
suitescript
payroll
nspb
beta-testers
defects
multibook
suite-billing
scis
suite-people
administration
suitetalkapi
manufacturing
accounting
suiteanalytics
inventory
integrations
taxes
csvimports
projects
suitebuilder
sitebuilder
fixed-assets-mgmt
beginners
oneworld
content-alerts
suiteql
australia
releases
suiteflow
performance
general
request-a-channel
Powered by
#suitescript
Title
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
Post