Show Customer Data in Dashboard in OTRS 4

Moderator: crythias

Locked
pebeITS
Znuny newbie
Posts: 29
Joined: 26 Jul 2012, 22:16
Znuny Version: 5.0.5

Show Customer Data in Dashboard in OTRS 4

Post by pebeITS »

Hello,

I tried to adapt the solution from the OtterHub-Wiki "Show Customer Data in Dashboard" http://wiki.otterhub.org/index.php?titl ... _Dashboard to my OTRS 4.0.3 Installation. Of course it failed :(

Anybody an idea how to adapt this to the new OTRS Version?

Changing the Parameter "CustomerUserNameFields" in the config.pm-File to

Code: Select all

CustomerUserNameFields             => ['company_name', 'title', 'first_name', 'last_name']
(company_name is a custom field in my external db)
is no option, because the CustomerUserNameFields are used in several other parts of OTRS (e.g. for Salutation in Notiifaction-Mails)

Regards

Philipp
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Show Customer Data in Dashboard in OTRS 4

Post by reneeb »

Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
pebeITS
Znuny newbie
Posts: 29
Joined: 26 Jul 2012, 22:16
Znuny Version: 5.0.5

Re: Show Customer Data in Dashboard in OTRS 4

Post by pebeITS »

Great! Thank you for your links! Worked for me...
regards
Locked