-
Invoice Group Advanced Template: show Invoice project numbers?
Seems this question was asked last in 2022, and it's closed, so I'm bringing it back for one more try. I have a customized Invoice Group detail template which includes just about everything I need except for the Project at the Invoice level. Neither invoice_summary nor invoice_details expose the project field from the…
-
Adding CUST Number to Email Subject Line
Hello, all— We have a workflow-based system that automatically sends statements to our customers at the beginning of each month. The emails are based off a template, which the workflow uses to deliver those statements. However, we've been noticing that every now and then the emails aren't delivered (this happens when…
-
Different Vendor Center User Access Email to Employee User Access
Hi There I was wanting to have two different user access email templates in use: 1.) for New employees 2.) for vendors. However, I can only see the option to set a single user access email template and not one for the different types of access. Is this a limitation to be able to select a different template for the vender…
-
Print Component Line PO#s on a Work Order PDF?
We are using Advanced PDF templates to print our Work Orders to give to the shop floor. Some of those Work Orders have Purchase Orders attached to them, but the shop personnel do not have access to NetSuite so they can't see those PO numbers. They only see the paperwork. Is it possible to get the PO#s to print on the PDF…
-
Joining a Saved Search to a Transaction (for Advanced PDF/HTML & Freemarker)
In looking at the documentation for the Advanced PDF/HTML syntax (https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N2864199.html#subsect_163585876245), it states that you can include results from searches joined to the transaction: What does this mean? And how do we go about adding search results to a…
-
Payment Voucher PDF Template - Can We Retrieve Bill Information Associated with Bill Credits?
Hello— Is it possible, in a Payment Voucher template, to be able to pull information for the bills applied to a Bill Credit? Our A/P department does not like the way that NetSuite shows the Bills and Bill Credits information on the voucher, and would like to show more data from the Bills associated with any Bill Credits.…
-
New To NetSuite | Advanced PDF/HTML Template - Maximizing Source Code
Following the discussion on the basics of Advanced PDF/HTML Templates in NetSuite, let's delve deeper. Advanced PDF/HTML templates allow you to tailor your documents by editing the source code. Using HTML, CSS, and FreeMarker scripting, you can craft customized layouts for invoices, purchase orders, and other documents to…
-
Email Template design question
I am trying to create an email template to send to my business partner because the <Check> form does not allow to send advance HTML/PDF attachment. In order to achieve the layout I want, I need to see the transaction line in a table layout. However, I can't get the #list to display correctly and I can't find the field to…
-
PDF Table Overlaps Page Header
When we have a table that spans many rows, on the second and third pages of our PDFs the rows of the table overlap the page header. Is there a way to prevent this? Here is the header on the first page of a Sales Order PDF: And here is the header on any subsequent page of the PDF: As you can see, that Items table (which…
-
Advanced PDF/HTML Template - error during validation, but works fine with record
Hi everyone! I hope you are doing great! I'm working on an Advanced PDF/HTML Template and need to create a mask for Brazilian info called CNPJ. The raw data is XXXXXXXXXXXXXX, and I have to format it as XX.XXX.XXX/XXXX-XX. Then, I used this code to format it: <#assign unformattedCNPJ = record.entity.custentity_enl_cnpjcpf>…