We are looking to get some Portlets created on the...
# suitescript
p
We are looking to get some Portlets created on the Customer Dashboard, but using custom HTML/CSS/JS to make it more exciting and make the data more presentable. Has any one come across any good articles online to achieve this?
b
primary choice is to use a Simple Form Portlet
which behaves similarly to a suitelet form and allows you to add inline html fields and attach a client script
second choice is to actually use a suitelet via an iframe, which also allows you to use an Inline HTML Portlet, though you can do the same thing with the simple form portlet
beware attempting to simply use an inline html portlet for your html, netsuite strips out script elements, which makes it hard to use javascript