search for customerID
Moderator: crythias
search for customerID
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??
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??
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: search for customerID
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
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: search for customerID
and how to enable this?
anywhere in the sysconf i guess?
anywhere in the sysconf i guess?
-
- 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
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: search for customerID
hm.. and what should this be to effect?
I put a picture as attachement
I put a picture as attachement
You do not have the required permissions to view the files attached to this post.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: search for customerID
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
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: search for customerID
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?
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?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: search for customerID
"yes" or maybe or ...nukeaut wrote:what if I have companies with hundreds of users, do I have to create one customer for each?
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 ...
Yes, but it will fill with the database user's customerid viewtopic.php?f=60&t=7531nukeaut wrote:here I have to enter a email-adress, isn't it possible to enter the companies' name?
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