Custom portlet for transaction links in NetSuite
Tag: portlet script
Portlet Script To Display A Table In Custom Portlet In Dashboard
Portlet Script To Display A Table In Custom Portlet In Dashboard
Custom Table in Portlet
How to use a custom table HTML template in a Portlet? –> Use a Portlet script in Simple form type and create a custom HTML template in table form in the script or store it in the FIle cabinet. –> Use this custom template to render the contents in the table. var portlet = params.portlet;… Continue reading Custom Table in Portlet
Quick Add Phone Call Using Portlet Script
This portlet script is using creating a quick add phone call record by using a supportive client script. Using this client script we can directly refresh the portlet by calling the portlet module. Portlet Script Client Script
Custom reminder portlet
A portlet script for a custom reminder in the employee center role. The portlet script will only be available as suiteApp in the employee center. So when it set up by personalizing the dashboard the portlet must be select from suiteApp. /** *@NApiVersion 2.x *@NScriptType Portlet */ /******************************************************************************* * CLIENTNAME:AQUALIS * AQ-386 * * **************************************************************************… Continue reading Custom reminder portlet
Add leads using Portlet script.
It adds lead through dashboard with custom columns.
Inventory book report
To show and download an inventory book report.