amoreng
03/14/2024, 3:53 PM<#if salesorder.item?has_content>
<table class="itemtable" style="width: 100%; margin-top: 10px;">
<thead>
<tr>
<th colspan="12">${salesorder.item[0].item@label}</th>
<th colspan="3">${salesorder.item[0].options@label}</th>
<th align="right" colspan="4">${salesorder.item[0].quantityordered@label}</th>
<th align="right" colspan="4">Size</th>
<th align="right" colspan="4">${salesorder.item[0].quantity@label}</th>
</tr>
</thead>
<#list salesorder.item as tranline><tr>
<td colspan="12"><span class="itemname">${tranline.item}</span><br />${tranline.description}</td>
<td colspan="3">${tranline.options}</td>
<td align="right" colspan="4">${tranline.quantityordered}</td>
<td align="right" colspan="4">${tranline.custcol_graft_assigned_sizing</td>
<td align="right" colspan="4">${tranline.quantity}</td>
</tr>
</#list></table></#if>
The "${tranline.custcol_graft_assigned_sizing}" field, when placed in this table, returns an error on one of the fields that the field is referencing (ERROR: Field 'custcol_donor_att_val_1' Not Found), but that custom transaction line field does exist on the record.
Is this a limitation of reference only fields being rendered on advanced PDF templates?Tim Chapman
03/14/2024, 3:59 PMamoreng
03/14/2024, 4:00 PMTim Chapman
03/14/2024, 4:01 PMamoreng
03/14/2024, 4:01 PMTim Chapman
03/14/2024, 4:03 PMamoreng
03/14/2024, 4:03 PMStefan Reeder
03/20/2024, 11:44 AMStefan Reeder
03/20/2024, 11:44 AMTim Chapman
03/20/2024, 2:56 PMamoreng
03/29/2024, 8:15 PM