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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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