05-05-2019, 10:37 AM
If I remember correctly, to go "down" more levels in GenDoc you use {foreach}, so the first thing I would try is something like
{foreach Contacts}
{foreach Accounts}
{accountname}
{/foreach}
{/foreach}
{foreach Contacts}
{foreach Accounts}
{accountname}
{/foreach}
{/foreach}
Joe
TSolucio
TSolucio