RE: How do I access the Billable Expense Sublist (expcost) in Invoices via Advance PDF
Hi there,
Does anyone know how to access the Billable Expense Sublist (expcost) through advance PDF? I have this line of code but NS is telling me that expcost sublist is null even though the help center says it is accessible
<#if expcost??> <td align="left">${expcost.category}</td> <#else> <td align="left"> </td> </#if>
Thank you!!!
<td align=
"left"
>${item
.category}</td>