Information Section of CustomerTicketZoom

Moderator: crythias

Post Reply
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Information Section of CustomerTicketZoom

Post by tnieman »

I want to add a Dynamic Field to the Information section on the right side of the page.

I've followed the examples in the CustomerTicketZoom file itself and it's not working. I took Field1 and changed it to DevPriority which is the dynamic field I want to display. I left the Field2 example for comparison.

Code: Select all

# example of how to use fixed dynamic field blocks for customizations
# Note: Field1 and Field2 are the names of the fields and had to be replaced with the actual
# field names
<!-- dtl:block:TicketDynamicField_DevPriority -->
                <li>
                    <span class="Key">$Text{"$Data{"Label"}"}:</span>
                    <span title="$QData{"DevPriority"}">$Data{"Value"}</span>
                </li>
<!-- dtl:block:TicketDynamicField_DevPriority -->
#<!-- dtl:block:TicketDynamicField_Field2 -->
#                <li>
#                    <span class="Key">$Text{"$Data{"Label"}"}:</span>
#                    <span title="$QData{"Title2"}">$Data{"Value"}</span>
#                </li>
#<!-- dtl:block:TicketDynamicField_Field2 -->
Does anybody have an idea of what I am missing?


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

Re: Information Section of CustomerTicketZoom

Post by crythias »

The field needs to be enabled in sysconfig.
You shouldn't need to change a dtl.
If the field has a value, it will show.
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
Post Reply