Hey all,
I have confirmation emails going out from a custom Orders module, but while the emails are recorded in the Emails table, and show-up in Sent Emails, the 'Related To" field doesn't populate (nor links) for these email records under My Sent Email.
The record in the emails table contains "Orders" as the parent_type and the related 'order_id' as the parent_id.
Shouldn't that satisfy the requirements expressed for the "Related To" filed in ListViewSent.html? ie {TAG.PARENT}...
PHP Code:<!-- Related To field snipped from ListViewSent.html -->
<slot><{TAG.PARENT} href="{URL_PREFIX}index.php?action=DetailView&module={SENTEMAIL.PARENT_MODULE}&record={SENTEMAIL.PARENT_ID}" class="listViewTdLinkS1">{SENTEMAIL.PARENT_NAME}</{TAG.PARENT}></slot>
<!-- Related To field snipped from ListViewSent.html -->


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks