customer company

Moderator: crythias

Locked
kenmurimi
Znuny newbie
Posts: 87
Joined: 24 May 2010, 10:21
Znuny Version: 2.4.7

customer company

Post by kenmurimi »

in my case we mostly deal with companies. i have seen the customer company link and added a company but i don't understand what effect it has, i was wondering if when adding a customer user there is a way i can be able to select the company the customer belongs (from the previously added companies) to and then when a ticket comes in i can see it is from which company and from who?

thanks in advance.
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: customer company

Post by crythias »

I believe the CustomerID of the Customer Company Link must be manually added to a Customer User's CustomerID field. It would be nice/beneficial if that was a dropdown list or AJAX lookup from CustomerIDs in Customer Company, though.
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
kenmurimi
Znuny newbie
Posts: 87
Joined: 24 May 2010, 10:21
Znuny Version: 2.4.7

Re: customer company

Post by kenmurimi »

thanks crythias.

how do i add the dropdown list after i have added the column on the table?
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: customer company

Post by crythias »

There is no drop down list available, as far as I am aware.
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
tgilles
Znuny newbie
Posts: 8
Joined: 25 Jul 2010, 20:08
Znuny Version: 2.4.7

Re: customer company

Post by tgilles »

based on what I've tried and read, I do not believe CustomerCompany is enabled ... :(

I've read that it must be enabled manually and a new SQL field added to a table for it to work / link properly. I'm hoping the OTRS team responds to this or enables this feature soon. As we are a B2B focus IT company, this would be very beneficial.. I 'could' use groups, but it's not as descriptive and seems like a patch that I don't want to get heavily invested in if they are planning to get CustomerCompany working.
felix
Znuny newbie
Posts: 30
Joined: 30 Nov 2010, 15:27
Znuny Version: 2.4.9

Re: customer company

Post by felix »

Hello,

we're thinking about implementing this tool in our company too. I am now performing a fit for purpose analysis, and I am encountering exactly the same problem. So are there any updates on the issue?

Concerning your post tgilles, do you still posses any references where to find this information?
It occured strange to me, since based on the ERD of the DB (ftp://ftp.otrs.org/pub/otrs/misc/otrs-2.3-database.png) the customer table seems to be linked to company.
The only what we do need, is a simple way to select it in the application itself. ...

regards,
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: customer company

Post by jojo »

You have to enable it via Config.pm. Copy the CustomerData from Defaults.pm to Config.pm and change the according lines
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
felix
Znuny newbie
Posts: 30
Joined: 30 Nov 2010, 15:27
Znuny Version: 2.4.9

Re: customer company

Post by felix »

hello jojo,

thx for your quick reply. Could you juxt be a bit more explicit on the proposed solution, since I'am new to the application...
thx
Locked