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">&nbsp;</td>

</#if>

 

Thank you!!!

jzai101 Rookie Asked on December 11, 2020 in SuiteBuilder.
Add Comment
1 Answers

<td align="left">${item.category}</td>

Rookie Answered on June 16, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.