Dynamic field information
Moderator: crythias
-
- 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
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
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
Re: Dynamic field information
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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.
Re: Dynamic field information
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Dynamic field information
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
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
-
- 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
Hi Crythias,
yes, I want the dymanic field information in the email... what is the appropriate tag? can you tell me please?
Thanks
yes, I want the dymanic field information in the email... what is the appropriate tag? can you tell me please?
Thanks
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Dynamic field information
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
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
-
- 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
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.
i did that, but not works.
Please let me know how I have to make the appropriate tag.
thanks in advance.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Dynamic field information
<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
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
-
- 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
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...
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...
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Dynamic field information
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
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
Re: Dynamic field information
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:
-
-
-
-
-
-
-
<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:
-
-
-
-
-
-
-
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Dynamic field information
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
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
Re: Dynamic field information
I found that if the object of dynamicfield is ticket then fine, the value showing in email, otherwise objective is article then nothing
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Dynamic field information
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?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
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
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