Hi, I would like the name of the agent answering the ticket to not be shown in the customer portal. it's possible?

Thank you
Hi, I would like the name of the agent answering the ticket to not be shown in the customer portal. it's possible?
Thank you
Best answer by Sona_Senthil
Hi
I tried this using portal customisation and it seems to work so maybe you can test the following code?
{% if comment.user.name == portal.user.name %}
<span class="semi-bold">{{ comment.user.name }} </span>
{% else %}
<span class="semi-bold">Support</span>
{% endif %}
You can go to Admin->Portals->Customise Portal->Edit theme->Pages->Ticket view and replace the line of code <span class="semi-bold">{{ comment.user.name }} </span> below
<p class="author-info">
It displays the agent name as ”Support” in the ticket view page for the requester as seen below.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.