Hi there,
How can I display the Full Name of the Requestor in the notification email of new tickets/changes ?
I add $this->requestor_id$ and it obviously display a number
any clue ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
How can I display the Full Name of the Requestor in the notification email of new tickets/changes ?
I add $this->requestor_id$ and it obviously display a number
any clue ?
Hello smassegn
yes you can use $this->requestor_id_friendlyname$
this display de Full name of the requestor.
cheers
Thanks
It works as expected
Cheers