AgentTicketZoom DynamicFields

Moderator: crythias

Post Reply
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

AgentTicketZoom DynamicFields

Post by Xypher »

For some reason I cannot get DynamicFields to show up under AgentTicketZoom.

Why might this be?
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: AgentTicketZoom DynamicFields

Post by Xypher »

Nevermind, somehow this customization did the trick...

Code: Select all

<label>$Text{"$QData{"TicketFreeText1"}"}</label>
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: AgentTicketZoom DynamicFields

Post by crythias »

dynamic fields will show if they have values and they're enabled for a given screen.
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: AgentTicketZoom DynamicFields

Post by Xypher »

crythias wrote:dynamic fields will show if they have values and they're enabled for a given screen.
that's the thing... I have Ticket->Frontend::Agent::Ticket::ViewZoom with the dynamic fields entered and enabled. (And the TicketFreeText has a value)
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: AgentTicketZoom DynamicFields

Post by Xypher »

To further refine the customization (and remove any text if the field has no value)

Code: Select all

<!-- dtl:block:TicketDynamicField1 -->
						<label>$Text{"$QData{"TicketFreeText1"}"}</label>
<!-- dtl:block:TicketDynamicField1 -->
<!-- dtl:block:TicketDynamicField15 -->
						<label>$Text{"$QData{"TicketFreeText15"}"}</label>
<!-- dtl:block:TicketDynamicField15 -->
Don't ask how it works, but somehow it inserts a <fieldset>, <label>, <p>, <div>, etc
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: AgentTicketZoom DynamicFields

Post by crythias »

? Ticket free text? I thought we were talking about Dynamic Fields.

show your config for the screen. and version of otrs.
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: AgentTicketZoom DynamicFields

Post by Xypher »

crythias wrote:? Ticket free text? I thought we were talking about Dynamic Fields.

show your config for the screen. and version of otrs.
Well the ticketfreetext is encapsulated in a dynamic field block. Using 3.1.12. Not sure what to show you for settings...
ioviedo
Znuny newbie
Posts: 63
Joined: 22 Jan 2013, 19:26
Znuny Version: 3.1.12
Real Name: Iván Oviedo
Company: ESPOl

Re: AgentTicketZoom DynamicFields

Post by ioviedo »

Please Can you give a hand with this directory, I can't find FreeTextFromCustomerUser ---->Mapping.
I need to store ldap attributes on free Text field of a ticket. I've been following steps mentioned in the video that link is below.

http://www.otrs.com/es/software/otrs-he ... ento-ldap/

Thanks,
ioviedo
Znuny newbie
Posts: 63
Joined: 22 Jan 2013, 19:26
Znuny Version: 3.1.12
Real Name: Iván Oviedo
Company: ESPOl

Re: AgentTicketZoom DynamicFields

Post by ioviedo »

I have OTRS 3.1.12
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: AgentTicketZoom DynamicFields

Post by Xypher »

ioviedo,

That is a feature Add-on which you must purchase in order to implement. "Feature Add-On: Storing LDAP Attributes"
Post Reply