Create a Custom Field that sources the Name of who created the Case record using a Summary Saved Search.
Author: Keerthy Davis
Adding Fonts for Languages that Use Symbols
For languages that use symbols, such as Arabic, values in columns (POS, Quality, and so on) of Advanced PDF/HTML email attachments can appear empty. NetSuite views the symbols as missing fonts, and therefore leaves the fields blank. To have these symbols or fonts appear, users affected by this must customize standard templates based on language… Continue reading Adding Fonts for Languages that Use Symbols
Highlight Item Rows Alternatively Using Advanced PDF/HTML Template
Printing transactions using the Advanced PDF/HTML Template leverages the HTML and CSS syntax. As a result, it is feasible to create a table which uses an alternating background format when printing item tables.
Displaying Proper Currency Symbols on Advanced PDF/HTML Template
Solution
Source the creator of record
Create a Custom Field that sources the Name of who created the record using a Summary Saved Search.
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