Missing link....Customer & Company [SOLVED]

Moderator: crythias

Locked
Rotyn
Znuny newbie
Posts: 68
Joined: 21 Aug 2012, 17:11
Znuny Version: 3.3.5
Real Name: Rudy

Missing link....Customer & Company [SOLVED]

Post by Rotyn »

To start with: i am pretty new to OTRS

Currently we have set up a test system to evaluate und configure the OTRS HelpDesk. Target is a worldwide release for our Service Desks incl Customer SelfDesk. So right now we are playing a lot around, trying to get it configured according our needs.

Situation:
  • on the one hand there are CUSTOMERS, on the second hand there are (CUSTOMER) COMPANIES
  • for BOTH I can set the "CustomerID" when creating them.....without any restrictions
  • for 2 CUSTOMERS I have set the same "CustomerID"
  • for one COMPANY I have set the same "CustomerID"
  • If I search a ticket using the "CustomerID" I will find tickets created by both CUSTOMERS
  • If checking a ticket it will display as "Customer Information" the data of the CUSTOMER
  • Both customers with the same "CustomerID" using the costomer frontend can see all tickets created by both of them (company tickets)
Questions:
  • Where and when - for gods sake - does the COMPANY information ever play a role?
  • When checking a ticket, I can never ever figure out which COMPANY the CUSTOMER belongs to?
  • Sorry guys....I am searching at the moment for the missing link between CUSTOMER and COMPANY ....how is it related?
Thx in advance
Rudy
Last edited by Rotyn on 08 Sep 2012, 18:34, edited 1 time in total.
Testing & Productive: OTRS::ITSM 3.3.5 on CentOS 6.5 and MySQL
Packages: All included
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Missing link....Customer & Company

Post by crythias »

add
CustomerCompanySupport => 1,

within $Self->{CustomerUser}
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
Rotyn
Znuny newbie
Posts: 68
Joined: 21 Aug 2012, 17:11
Znuny Version: 3.3.5
Real Name: Rudy

Re: Missing link....Customer & Company

Post by Rotyn »

crythias wrote:add
CustomerCompanySupport => 1,

within $Self->{CustomerUser}
Thanks mate....issue solved

:)
Rudy
Testing & Productive: OTRS::ITSM 3.3.5 on CentOS 6.5 and MySQL
Packages: All included
Locked