Catching and forwarding variable from included module

Moderator: crythias

Locked
lister
Znuny newbie
Posts: 2
Joined: 14 Aug 2013, 10:25
Znuny Version: 3.2.9

Catching and forwarding variable from included module

Post by lister »

I'm creating a link in AgentTicketZoom where I need to include ticketnumber and name for linked config item in my URL.

First one is rather easily called with $LQData{"TicketID"} since the variable is local to AgentTicketZoom:

Code: Select all

<!-- my link -->
<li><a href="http://<URL>?ticket=$LQData{"TicketID"};node=$LQData{"?"}">Link text</a></li>
<!-- end my link -->
But what variable do I use to catch the linked config item name?
In AgentITSMConfigItemZoom this variable is simply called Name, but how do I call variables from included modules in AgentTicketZoom?
lister
Znuny newbie
Posts: 2
Joined: 14 Aug 2013, 10:25
Znuny Version: 3.2.9

Re: Catching and forwarding variable from included module

Post by lister »

Forgot to inlcude version information:

OTRS 3.2.9
ITSM 3.2.3
OS RHEL 6
Database MySQL
Locked