Display Customer Information in Agent Zoom View

Moderator: crythias

Locked
kia
Znuny newbie
Posts: 4
Joined: 12 May 2011, 15:06
Znuny Version: 3.0.5
Real Name: Kia Kena

Display Customer Information in Agent Zoom View

Post by kia »

Hi,

I need to to display Customer Information in Agent Zoom View. I've tried below instruction from OTRS manual but unfortunately it didn't help and still no Customer Info displayed:
Use configuration parameters of Script 11.1 in your Kernel/Config.pm file, if you want to display customer information in your agent interface.
# Ticket::Frontend::CustomerInfo*
# (show customer info on Compose (Phone and Email), Zoom and
# Queue view)
$Self->{'Ticket::Frontend::CustomerInfoCompose'} = 1;
$Self->{'Ticket::Frontend::CustomerInfoZoom'} = 1;
$Self->{'Ticket::Frontend::CustomerInfoQueue'} = 0;

Can anyone help me out with correct information to make this work?


Thanks,
___Kia
root
Administrator
Posts: 4254
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Display Customer Information in Agent Zoom View

Post by root »

Did you restarted your webserver?
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
kia
Znuny newbie
Posts: 4
Joined: 12 May 2011, 15:06
Znuny Version: 3.0.5
Real Name: Kia Kena

Re: Display Customer Information in Agent Zoom View

Post by kia »

Now I've restarted the web server and all good.

Thanks,
____Kia
Locked