Let's say i write an notification template using the OTRS tags : such as
Code: Select all
Hello <OTRS_CUSTOMER_REALNAME>
[blablbla]
Now I created a DynamicField called foo. How can I include the value of this DynamicField (filled when creating a new phone ticket) within the notification text?
That is to say, what is the correct code syntax to do something like
Code: Select all
"Dear <OTRS_CUSTOMER_REALNAME>.
You said <OTRS_TICKET_DYNAMIC_FIELD_foo>."
Thanks !
T.