Dear OTRS-helpers,
I installed a new version of OTRS (5.0.15, total fresh installation, not an upgrade) and I can not create any customers because of the fact that my Customer ID is blocked and grey. For that reason I can not assign tickets to customers (if I had them).
Is there a solution for this?
Thanks in advance.
[SOLVED] Customer ID blocked
Moderator: crythias
-
- Znuny newbie
- Posts: 14
- Joined: 08 Dec 2016, 13:21
- Znuny Version: 5.x.x
[SOLVED] Customer ID blocked
Last edited by MusicMaikel on 23 Jan 2017, 16:22, edited 1 time in total.
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Customer ID blocked
You either have to first create a company (a customer) and then users for that company, or disable the "read only" property in the sysconfig for this field.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
-
- Znuny newbie
- Posts: 14
- Joined: 08 Dec 2016, 13:21
- Znuny Version: 5.x.x
Re: Customer ID blocked
Well, as you say to create a company, I can't do that because I have to assign a CustomerID to it. The read only option I tried, but got the same result.RStraub wrote:You either have to first create a company (a customer) and then users for that company, or disable the "read only" property in the sysconfig for this field.
-
- 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: Customer ID blocked
Did you add to your Kernel/Config.pm
Code: Select all
$Self->{CustomerUser}->{CustomerCompanySupport} = 0;
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
-
- Znuny newbie
- Posts: 14
- Joined: 08 Dec 2016, 13:21
- Znuny Version: 5.x.x
Re: Customer ID blocked
I tried, but that didn't do anything.reneeb wrote:Did you addto your Kernel/Config.pmCode: Select all
$Self->{CustomerUser}->{CustomerCompanySupport} = 0;
-
- Znuny newbie
- Posts: 14
- Joined: 08 Dec 2016, 13:21
- Znuny Version: 5.x.x
Re: Customer ID blocked
Nevermind, it's working now! Needed to place it in the right line for it to work! Thanks a lot reneeb!