[SOLVED] Customer ID blocked

Moderator: crythias

Locked
MusicMaikel
Znuny newbie
Posts: 14
Joined: 08 Dec 2016, 13:21
Znuny Version: 5.x.x

[SOLVED] Customer ID blocked

Post by MusicMaikel »

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.
Last edited by MusicMaikel on 23 Jan 2017, 16:22, edited 1 time in total.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Customer ID blocked

Post by RStraub »

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
MusicMaikel
Znuny newbie
Posts: 14
Joined: 08 Dec 2016, 13:21
Znuny Version: 5.x.x

Re: Customer ID blocked

Post by MusicMaikel »

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.
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.
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: Customer ID blocked

Post by reneeb »

Did you add

Code: Select all

$Self->{CustomerUser}->{CustomerCompanySupport} = 0;
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
MusicMaikel
Znuny newbie
Posts: 14
Joined: 08 Dec 2016, 13:21
Znuny Version: 5.x.x

Re: Customer ID blocked

Post by MusicMaikel »

reneeb wrote:Did you add

Code: Select all

$Self->{CustomerUser}->{CustomerCompanySupport} = 0;
to your Kernel/Config.pm
I tried, but that didn't do anything.
MusicMaikel
Znuny newbie
Posts: 14
Joined: 08 Dec 2016, 13:21
Znuny Version: 5.x.x

Re: Customer ID blocked

Post by MusicMaikel »

Nevermind, it's working now! Needed to place it in the right line for it to work! Thanks a lot reneeb!
Locked