Customizing "Customer Information"

I want to customize the "Customer Information" table shown in the right hand side of the AgentTicketZoom view. Right now it's retrieving the Customer Info from LDAP; what I want to do is add some custom hyperlinks to other systems which would enable the Agent to reset passwords etc. AgentTicketZoom.dtl contains: <div class="WidgetSimple"> <div class="Header"> <h2>$Text{"Customer Information"}</h2> </div> <div class="Content"> # show customer info table <!-- dtl:block:CustomerTable --> $Data{"CustomerTable"} <!-- dtl:block:CustomerTable --> </div> </div> So basically I want to amend $Data{"CustomerTable"} somehow. How? -- Ralf Hildebrandt Charite Universitätsmedizin Berlin ralf.hildebrandt@charite.de Campus Benjamin Franklin http://www.charite.de Hindenburgdamm 30, 12203 Berlin Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

* Ralf Hildebrandt
I want to customize the "Customer Information" table shown in the right hand side of the AgentTicketZoom view.
Right now it's retrieving the Customer Info from LDAP; what I want to do is add some custom hyperlinks to other systems which would enable the Agent to reset passwords etc.
Found it in config.pm : [ 'VPNLink', 'VPN Info', 'uid', 1, 0, 'var', 'http://host/?user=$Data{"UserLogin"}', 0 ], [ 'VPNZugangsdatensenden', 'SendCertAgain', 'uid', 1, 0, 'var', 'http://host/userinfo/?user=$Data{"UserLogi$ -- Ralf Hildebrandt Charite Universitätsmedizin Berlin ralf.hildebrandt@charite.de Campus Benjamin Franklin http://www.charite.de Hindenburgdamm 30, 12203 Berlin Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

Hi Ralf,
On Mon, Feb 13, 2012 at 10:24, Ralf Hildebrandt
* Ralf Hildebrandt
: I want to customize the "Customer Information" table shown in the right hand side of the AgentTicketZoom view.
Right now it's retrieving the Customer Info from LDAP; what I want to do is add some custom hyperlinks to other systems which would enable the Agent to reset passwords etc.
Found it in config.pm :
[ 'VPNLink', 'VPN Info', 'uid', 1, 0, 'var', 'http://host/?user=$Data{"UserLogin"}', 0 ],
You can also customize the options found under SysConfig > Framework > Frontend::Customer; such as Frontend::CustomerUser::Item###1-GoogleMaps. This will give you clickable links just below the customer information attributes. -- Mike
participants (2)
-
Michiel Beijen
-
Ralf Hildebrandt