kellycmorgan's Profile
Rookie
12
Points

Questions
2

Answers
1

  • Rookie Asked on October 10, 2020 in How To's.

    I tried this but didn’t get it to show. Code is validating, but sublist not printing.

     

    ID of the saved search is customsearch_load_plan_pickups

    any ideas?

     

    <#if record.customsearch_load_plan_pickups?has_content><table><#list record.customsearch_load_plan_pickups as pickups><#if pickups_index == 0>
    <thead>
    <tr>
    <th>${pickups.vendor@label}</th>
    <th>${pickups.pickupaddress@label}</th>
    </tr>
    </thead>
    </#if><tr>
    <td>${pickups.vendor}</td>
    <td>${pickups.pickupaddress}</td>

    • 1690 views
    • 2 answers
    • 0 votes