As the subject states, I'd like to find a way to display company customer data on the ticket zoom page.
I work for an MSP where we provide services to a number of other companies, whose employees submit tickets directly to us. We have no need for a customer user for each of their employees, only company information such as office address, main phone number, etc.
Here's my current setup: a customer emails our helpdesk, OTRS picks it up, postmaster filter looks at their email domain and inserts the ticket into the queue for the company they work for and sets X-OTRS-CustomerNo to the customerid of their company.
Now, when I look at the details for that ticket, under Ticket Information it shows the correct customer ID. However there's no information under Customer Information. I assume that area is meant for customer user information.
What modifications do I need to make to have this show the information I need? I have no problem poking around in the code, which I did for a couple hours already, but I don't quite understand the bigger picture of how everything works together.
Thanks
Show customer company data on ticket zoom
Moderator: crythias
Show customer company data on ticket zoom
OTRS v3.3.1
CentOS 6.5 x64
DB: MySQL
CentOS 6.5 x64
DB: MySQL
-
- 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 company data on ticket zoom
Did you enable CustomerCompany support? Add to your Kernel/Config.pm
Code: Select all
$Self->{CustomerUser}->{CustomerCompanySupport} = 1;
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: Show customer company data on ticket zoom
Yes, it still doesn't show any information under Customer Information.
OTRS v3.3.1
CentOS 6.5 x64
DB: MySQL
CentOS 6.5 x64
DB: MySQL
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Show customer company data on ticket zoom
It should show company information if: CustomerID of customer = CustomerID of Company (case sensitive)vs845 wrote:Yes, it still doesn't show any information under Customer Information.
and
Company has fields filled.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Show customer company data on ticket zoom
I have the postmaster filter set X-OTRS-CustomerNo as the customer ID. In ticket zoom I can see that it sets the customer ID correctly and I can see the tickets in customer information center, but there's still no customer information. The customer company fields are filled.
OTRS v3.3.1
CentOS 6.5 x64
DB: MySQL
CentOS 6.5 x64
DB: MySQL