Printing contacts

The following guide will show you how to print the Contacts using the Reporter plugin.

Note: Please note that for this feature, you have to install the Reporter plugin first.

Since CRM version 4.3.0 issue-contact and issue-deal relation model moved to Custom fields. More information about this feature could be checked in this article.

Let's take a look at the following code example:

{% assign issue_contacts = issue | custom_field: "Contacts" | join: ', ' %}
<p>
<b>Contacts: </b><span>{{ issue_contacts }}</span>
</p>

It will print these Contacts from the issue:

contacts_in_issue.png

In the following way to the Report:

report_contacts.png

Was this article helpful? Yes  No
81 from 108 found this helpful