Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Statement Advanced PDF - Grouped lines
Hi all,
I;m currently working on an advanced pdf for customer statements, the goal is to group some of the statement lines together on a single line using a custom field that exists on the invoice record. The code is provided below.
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd"><#if record??>
<pdf>
<head>
<#assign cs = "{currencySymbol}">
<#assign hh = "{headerHeight}">
<#assign BFS = "{bodyFontSize}px">
<#assign TFS = "{titleFontSize}px">
<#assign STFS = "{subTitleFontSize}px">
<#assign THFS = "{thFontSize}px">
0