The Advanced PDF/HTML Templates feature must be enabled to use the Standard Journal Entry PDF/HTML Template for printing journal entries. To enable the Advanced PDF/HTML Templates feature: Go to Setup > Company > Setup Tasks > Enable Features. Click the SuiteCloud subtab. Under SuiteBuilder, check the Advanced PDF/HTML Templates box. If required, agree to the SuiteCloud Terms of Service, and… Continue reading Enabling the Advanced PDF/HTML Templates Feature
Category: Advanced PDF Templates
Advanced PDF Templates designs – PDF samples and xml codes
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
Condition to fetch the Address from the Subsidiary record of NetSuite into advanced pdf template.
Condition to fetch Address from the Subsidiary record of NetSuite.
Condition to fetch the Logo from the Subsidiary record of NetSuite into advanced pdf template.
Condition to fetch logo from the Subsidiary record of Netsuite.
Print All Unique Tax Rate Values Shown in Item Lines in One Field in Advanced PDF/HTML Template
User wants to print all unique Tax Rate values used for each item in Item Table in one field in their customized Advanced PDF/HTML Template. The provided snippet may be inserted in the Summary section of the template. This solution is applicable when Tax Rate is used as transaction line field in Item Lines and… Continue reading Print All Unique Tax Rate Values Shown in Item Lines in One Field in Advanced PDF/HTML Template
Remove Space between INR currency symbol and Amount in Advanced PDF Template
Solution Convert amount into dollar currency string and replace $ with ₹. This will update ₹ 100.00 to ₹100.00
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
Add search query as the data source to a template
We can pass search query as a data source to a template instead of a single record data.Use the function TemplateRenderer.addQuery(options) for this. This is a part of the N/render module and is available for all server scripts(of the 2.x version).The parameters require are: ‘options.id’ of string type which stores the id of search if… Continue reading Add search query as the data source to a template
Add custom values as the data sources to a template
We can pass custom objects, and XML values as data sources to a template instead of a single record data.Use the function TemplateRenderer.addCustomDataSource(options) for this. This is a part of the N/render module and is available for all server scripts(of the 2.x version).The parameters require are: ‘options.alias’ of string type which stores alias for the… Continue reading Add custom values as the data sources to a template