Hello, I'm trying to access the sales team sublist...
# advancedpdf
d
Hello, I'm trying to access the sales team sublist on an estimate/quote on an advanced pdf. Here's my code snippet
Copy code
<#if record.salesteam?has_content>
  <#assign rep = record.salesteam?first>
    ${rep.employee}
</#if>