11.1. Customer data

From open-support.info

< Book:OTRS 3.0 - Admin Manual | Chapter 11(Difference between revisions)
Jump to: navigation, search
(Created page with "{{Book |next=../2 |heading=11.1. |title=Customer data |status=effective |progress=00 |author=Dick6809 |editor=Dick6809 }} <onlyinclude>__NOTOC__ OTRS works with many customer dat...")
m (1 revision: Update book/figure)
 
(2 intermediate revisions not shown)
Line 12: Line 12:
Customer data used or displayed within OTRS is highly customizable. The following information is however always needed for customer authentication:  
Customer data used or displayed within OTRS is highly customizable. The following information is however always needed for customer authentication:  
-
 
* User login  
* User login  
* Email address  
* Email address  
* Customer ID  
* Customer ID  
 +
Use configuration parameters of Script 11.1 in your Kernel/Config.pm file, if you want to display customer information in your agent interface.  
Use configuration parameters of Script 11.1 in your Kernel/Config.pm file, if you want to display customer information in your agent interface.  
 +
{| class="script"
 +
|
     # Ticket::Frontend::CustomerInfo*
     # Ticket::Frontend::CustomerInfo*
     # (show customer info on Compose (Phone and Email), Zoom and
     # (show customer info on Compose (Phone and Email), Zoom and
Line 25: Line 27:
     $Self->{'Ticket::Frontend::CustomerInfoZoom'} = 1;
     $Self->{'Ticket::Frontend::CustomerInfoZoom'} = 1;
     $Self->{'Ticket::Frontend::CustomerInfoQueue'} = 0;
     $Self->{'Ticket::Frontend::CustomerInfoQueue'} = 0;
-
 
+
|-
-
Script 11.1. Kernel/Config.pm configuration parameters.</onlyinclude>
+
| Script 11.1. Kernel/Config.pm configuration parameters.
 +
|}</onlyinclude>

Latest revision as of 05:24, 24 April 2011

OTRS works with many customer data attributes such as username, email address, phone number, etc. These attributes are displayed in both the Agent and the Customer frontends, and also used for the authentication of customers.

Customer data used or displayed within OTRS is highly customizable. The following information is however always needed for customer authentication:


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;
Script 11.1. Kernel/Config.pm configuration parameters.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox