I'm trying to display an item of a custom sublist on the lead record in an email template using the list tag, but I'm not having any luck getting it to work. Hoping I could get some guidance here.
(I actually wasn't aware that a custom sublist is just a saved search result of another record type that's available on the record type that the sublist is attached to.)
I did find
this stackoverflow that gives some direction but I can't figure out how to get the sublist items to display. The sublist id is
customsublist5
, but I'm not sure about the field ids. If I just use them as they are on the custom record type I'm not getting anything.
<#list customer.customsublist5 as reg>
${reg.created}
</#list>