DynamicField impact

Moderator: crythias

Locked
checkk
Znuny newbie
Posts: 10
Joined: 03 Jun 2014, 16:54
Znuny Version: 3.2.9
Real Name: thomas

DynamicField impact

Post by checkk »

hi,
I am trying to develop the ticket creation page for customer. (CustomerTicketMessage.dtl)
i would like to insert the DynamicField impact(TicketFreeText14) in the ticket. i retrieved the source code in AgentTicketEmail.dtl
SOURCE CODE :
# show the impact
<!-- dtl:block:DynamicField_TicketFreeText14 -->
<div class="Row Row_DynamicField_$QData{"Name"}">
$Data{"Label"}
<div class="Field">
$Data{"Field"}
</div>
<div class="Clear"></div>
</div>

but when I insert this source code, OTRS returns this error:
'dtl:block:DynamicField' isn't closed! (CustomerTicketMessage.dtl)
finally I would like that client can choose the impact but not the priority.
Thanks
OTRS 3.2.9 on Ubuntu Server and using MSSQL
ITSM 3.29
FAQ 1.2.6
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: DynamicField impact

Post by crythias »

checkk wrote:'dtl:block:DynamicField' isn't closed!
It means what it says. If you start a dtl, you need an identical comment entry where it ends.
<!-- dtl:block:stuff -->
...code ...
<!-- dtl:block:stuff -->
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
checkk
Znuny newbie
Posts: 10
Joined: 03 Jun 2014, 16:54
Znuny Version: 3.2.9
Real Name: thomas

Re: DynamicField impact

Post by checkk »

Thanks crythias,
i don't have the error anymore, but the field impact still not displayed in my ticket
you have any idea how i could do ?
OTRS 3.2.9 on Ubuntu Server and using MSSQL
ITSM 3.29
FAQ 1.2.6
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: DynamicField impact

Post by crythias »

No idea. I don't know what you're trying to do, what you did, how to replicate, if you have data in the field, etc.
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
checkk
Znuny newbie
Posts: 10
Joined: 03 Jun 2014, 16:54
Znuny Version: 3.2.9
Real Name: thomas

Re: DynamicField impact

Post by checkk »

I am a student in computing,
I need to customize the otrs page (Customer Ticket Message), I've made ​​changes but I need to add the "Impact". Users can change the impact but can't modified the priority. I add the TicketFreeText14 field (Impact) in the config admin (Dynamic Fields) and I activated in the config (Sysconfig) It now appears in ticket => New email ticket. So I try to retrieve the source code of the impact in the AgentTicketEmail file to put in Customer Ticket Message, but it has not worked.
OTRS 3.2.9 on Ubuntu Server and using MSSQL
ITSM 3.29
FAQ 1.2.6
Locked