Dynamic field information

Moderator: crythias

Locked
dianis123
Znuny newbie
Posts: 27
Joined: 24 Jan 2012, 22:24
Znuny Version: 3.0.4
Real Name: Diana Carolina
Company: Go2Tel Inc.

Dynamic field information

Post by dianis123 »

Hello,

how I can make that a New Ticket dynamic field is external and not internal? I need that the dynamic field information be seen by the customer...

please help me..
thanks in advance
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Dynamic field information

Post by jojo »

you need to activate it in the needed screens (for setting, or displaying in Zoom) via Sysconfig
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
dianis123
Znuny newbie
Posts: 27
Joined: 24 Jan 2012, 22:24
Znuny Version: 3.0.4
Real Name: Diana Carolina
Company: Go2Tel Inc.

Re: Dynamic field information

Post by dianis123 »

mmm I activated it in Ticket -> Frontend::Agent::Ticket::ViewEmailNew, but when i send the Ticket email... this information is not showed in the email by any part, and the customer dont see it.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Dynamic field information

Post by jojo »

thats correct as you just saved it on the ticket
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Dynamic field information

Post by crythias »

If you want it in the email, you'll need to use an appropriate tag.
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
dianis123
Znuny newbie
Posts: 27
Joined: 24 Jan 2012, 22:24
Znuny Version: 3.0.4
Real Name: Diana Carolina
Company: Go2Tel Inc.

Re: Dynamic field information

Post by dianis123 »

Hi Crythias,

yes, I want the dymanic field information in the email... what is the appropriate tag? can you tell me please?
Thanks
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Dynamic field information

Post by crythias »

look below a response template
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
dianis123
Znuny newbie
Posts: 27
Joined: 24 Jan 2012, 22:24
Znuny Version: 3.0.4
Real Name: Diana Carolina
Company: Go2Tel Inc.

Re: Dynamic field information

Post by dianis123 »

ok, for example, if the name of my Dynamic Field is "CreatedBy", I have to write in the body email <OTRS_CONFIG_CreatedBy>?
i did that, but not works.
Please let me know how I have to make the appropriate tag.

thanks in advance.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Dynamic field information

Post by crythias »

<OTRS_TICKET_DynamicField_#Fieldname#>
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
dianis123
Znuny newbie
Posts: 27
Joined: 24 Jan 2012, 22:24
Znuny Version: 3.0.4
Real Name: Diana Carolina
Company: Go2Tel Inc.

Re: Dynamic field information

Post by dianis123 »

Hi Crythias,

If I activate my Dynamic Field in Ticket::Frontend::AgentTicketPrint###DynamicField. Where I going to see the information of the Dynamic Field? I dont see it in the TT... Can you tell me please?

Thanks...
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Dynamic field information

Post by crythias »

You'd see it if you print it because that seems to be where you enabled it.
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
bgone
Znuny newbie
Posts: 32
Joined: 26 Oct 2010, 10:19
Znuny Version: 6.0.19

Re: Dynamic field information

Post by bgone »

Hi,

<OTRS_TICKET_DynamicField_#Fieldname#> <-- Does this template can apply for ARTICLE object of Dynamic Field? because in the email send back to customer it showing "-" only

ex:
in template of auto response:
<OTRS_TICKET_DynamicField_#1#>
<OTRS_TICKET_DynamicField_#2#>
<OTRS_TICKET_DynamicField_#3#>
<OTRS_TICKET_DynamicField_#4#>
<OTRS_TICKET_DynamicField_#5#>
<OTRS_TICKET_DynamicField_#6#>
<OTRS_TICKET_DynamicField_#7#>

Expectation:
*H&B Name:AA
*Policy Holder:BB
*Policy Number:CC
H&B Group Name:DD
Insurer:EE
Contact Person:FF

The result:
-
-
-
-
-
-
-
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Dynamic field information

Post by crythias »

no pounds. OTRS_TICKET_DynamicField_MyFieldName
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
bgone
Znuny newbie
Posts: 32
Joined: 26 Oct 2010, 10:19
Znuny Version: 6.0.19

Re: Dynamic field information

Post by bgone »

I found that if the object of dynamicfield is ticket then fine, the value showing in email, otherwise objective is article then nothing
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Dynamic field information

Post by crythias »

bgone wrote:I found that if the object of dynamicfield is ticket then fine, the value showing in email, otherwise objective is article then nothing
Probably true. Article variables are transient things. It doesn't make much sense to use an Article variable and tell the customer what you put there in an email that you're generating at the same time. Oh, it's possible that you might want to do that, but what is the point of an article dynamic field for this purpose?
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
Locked