search for customerID

Moderator: crythias

Locked
nukeaut
Znuny newbie
Posts: 49
Joined: 12 Apr 2013, 12:35
Znuny Version: OTRS 3.2

search for customerID

Post by nukeaut »

hey,

for creating a new ticket (e-mail or phone) I need to enter a customerID, is there a way to link the customer companies, which include the customerID, with the customerID for a new ticket??
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: search for customerID

Post by crythias »

Enable Company Support.
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
nukeaut
Znuny newbie
Posts: 49
Joined: 12 Apr 2013, 12:35
Znuny Version: OTRS 3.2

Re: search for customerID

Post by nukeaut »

and how to enable this?
anywhere in the sysconf i guess?
reneeb
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: search for customerID

Post by reneeb »

Add

Code: Select all

$Self->{CustomerUser}->{CustomerCompanySupport} = 1;
to your Kernel/Config.pm
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
nukeaut
Znuny newbie
Posts: 49
Joined: 12 Apr 2013, 12:35
Znuny Version: OTRS 3.2

Re: search for customerID

Post by nukeaut »

hm.. and what should this be to effect?

I put a picture as attachement
You do not have the required permissions to view the files attached to this post.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: search for customerID

Post by crythias »

no need to worry about that field. If the customer is chosen and is in the database, the customerID will fill.
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
nukeaut
Znuny newbie
Posts: 49
Joined: 12 Apr 2013, 12:35
Znuny Version: OTRS 3.2

Re: search for customerID

Post by nukeaut »

aah I got it, but this generated a new problem..
here I have to enter a email-adress, isn't it possible to enter the companies' name?
the next problem is, what if I have companies with hundreds of users, do I have to create one customer for each?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: search for customerID

Post by crythias »

nukeaut wrote:what if I have companies with hundreds of users, do I have to create one customer for each?
"yes" or maybe or ...
For instance, if you are able to get a customer (user) list from a company, you can mass import: viewtopic.php?f=62&t=12410#p50584
or ldap or ...
nukeaut wrote:here I have to enter a email-adress, isn't it possible to enter the companies' name?
Yes, but it will fill with the database user's customerid viewtopic.php?f=60&t=7531
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
Locked