[solved] Tags in create-template

Moderator: crythias

Locked
AAC
Znuny newbie
Posts: 5
Joined: 31 Jul 2014, 10:50
Znuny Version: 3.3.7
Real Name: AAC
Company: AAC-Administraties

[solved] Tags in create-template

Post by AAC »

Hi,

When I create an e-mail ticket, and I have selected the customer user (out of my Customer User Administration) the text template connected to the selected queue does not show the salutation I wish.

When I make use of an answer- template, I use the following tag:
Geachte <OTRS_CUSTOMER_DATA_UserTitle> <OTRS_CUSTOMER_DATA_UserLastname>,

When I make use of the same tag in a create-template, this doesn't work:
Geachte - -,

I have seen the notification for create-templates (Create type templates only supports this smart tags: <OTRS_CURRENT_*> and <OTRS_CONFIG_*>). I would like to know if it is possible to see the customer title and customer last name, after I have selected the customer user? Or what do I have to do?

Thank you! :D
Last edited by AAC on 22 Aug 2014, 14:46, edited 2 times in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Tags in create-template

Post by crythias »

The customer isn't assigned at the time of create (chicken and egg problem). It's chosen, but the field is (apparently) invalid until the ticket is created, but the notification happens before the Customer Data is attached.

This is possibly for the reason that you can select multiple recipients.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
AAC
Znuny newbie
Posts: 5
Joined: 31 Jul 2014, 10:50
Znuny Version: 3.3.7
Real Name: AAC
Company: AAC-Administraties

Re: Tags in create-template

Post by AAC »

Thanks for your response, perfectly clear. We already suspected :(
Locked