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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Work Order / BOM Component Item - Unit of Measure on Advanced Template
I have an advanced Template for the Bill of Materials so a Work Order can be printed and provided to the shop floor. It shows the Assembly to be built along with the components and their specific quantities.
The Unit of Measure for the Assembly itself can be displayed (${record.units}).
For the components there is a statement for <#list record.assemblydetail as assembly>. Then trying to use ${assembly.units} but there is no output. Can refer to other component specific fields (i.e. ${assembly.item}, ${assembly.quantity}) which are displaying the values from the component lines of the work order.
0