Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?