Create a Custom Field that sources the Name of who created the record using a Summary Saved Search.
Author: Keerthy Davis
Add Hyperlink to Advanced PDF/HTML Templates that will Open in a New Window/Tab
When printing records in NetSuite using Advanced PDF/HTML Templates, there are third party libraries used for generating the documents to PDF format. One of the major libraries is Freemarker (Engine template) with BFO (Used to convert XML to PDF). According to BFO documentation, the “href” tag is supported but with some limitations. Given the example: <a… Continue reading Add Hyperlink to Advanced PDF/HTML Templates that will Open in a New Window/Tab
Get Time Format From Set Preferences Page via SuiteScript
User wants to get the Time Format from the Set Preferences page using SuiteScript 2.X
Auto Populate Ship date in Sales Order using script
Set current Date in Date field of netsuite
To set the current date value in the date field of transaction , refer the below sample code
Convert Numerical Sum From Integer to Currency in Advanced PDF/HTML Template
Advanced PDF/HTML templates allows simple computations through the use of the Freemarker language. For instances where values needs to be compared or displayed on a certain format, the Freemarker language has a built in function that converts the type casting of variables. Solution Navigate to Customization > Forms > Advanced PDF/HTML Templates Preferred Advanced PDF/HTML Template: Click Edit Create a variable to… Continue reading Convert Numerical Sum From Integer to Currency in Advanced PDF/HTML Template
Quoting Tool
Quote PDF Template for Foam Sealant Pty Ltd Foam Sealant would like to create the Quote PDF template as to be very similar to the Invoice PDF layout Deliverables We will provide new custom Quote form which generate print based on the given layout and field mapping. So, the users can generate the print by… Continue reading Quoting Tool
Resolve the “String “–” Is Not Permitted Within Comments” When Using Advanced PDF Template
The error “The template cannot be printed due to the following errors: The string “–” is not permitted within comments” is usually encountered if an Advanced PDF Template is being used as a printing type of the transaction. It is a reserved character and it is being considered as part of the source code on… Continue reading Resolve the “String “–” Is Not Permitted Within Comments” When Using Advanced PDF Template
Creating Custom Wave Criteria Templates
Wave criteria templates define the orders you want to include in wave transactions. You can customize the default search template by predefining the standard filtering criteria or adding more filters to suit your wave requirements. You can also add columns to the order search results that appear on wave transactions. Read the following guidelines for… Continue reading Creating Custom Wave Criteria Templates
Sales Order Description in Wave print
To Populate the sales order description(memo) value in Wave PDF form, refer the advanced PDF code sample below Go to Customization->Forms->Advanced PDF/HTML Templates Customize the Wave PDF Update the template with below sample code Save