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
Inline HTML Custom Portlet not showing up in custom portlet
I am trying to learn how to create an inline HTML custom portlet script. I added this code to a script but it does not show up in the custom portlet settings dropdown menu as a choice. Does anyone know what I am doing wrong? Thank you.
Here is the script record:
I got the following code from the sample scripts in the help pages.
/** * @NApiVersion 2.x * @NScriptType Portlet */// This sample creates a portlet that displays simple HTML
define([], function (){
function render(params) {
params.portlet.title = 'My Portlet';
var content = '<td><span><b>Hello!!!</b></span></td>';
params
Tagged:
0