Discussions
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.