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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
How to Print Work Order Number in Advanced PDF
UPDATE:
I also tried to add <#if> declarative, <#if order.type='workorder'> then display work order number </#if>
Hi,
We have an outsourced PO that has the work order number at the line level. I need to get that work order number printed on PDF. I looked at the schema browser and what I see is the {tranid} that I need to use. So I added the below code as adding only {record.tranid} will get the PO number -
<td class="text-center border" colspan="2" rowspan="10">${record.item.tranid}</td>
Now I get a blank column, is there a way to say I need the work order number that is displayed in the line item of the PO?
0