[SOLVED] Is it possible to totally disable CustomerID?

Moderator: crythias

Locked
dolfiz
Znuny newbie
Posts: 85
Joined: 15 Jan 2014, 21:07
Znuny Version: 3.3.3
Location: Italy

[SOLVED] Is it possible to totally disable CustomerID?

Post by dolfiz »

About the same topic: there is a way to totally disable CustomerIDs? I don't want to fill it, I don't use it, I don't want to see it on web interface. Is there an easy way or do I have to make changes to dtl every time it is expected to be shown/used?
Last edited by dolfiz on 23 Jan 2014, 17:29, edited 2 times in total.
OTRS 3.3.3 - Ubuntu server 12.04 - MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Hardcoded CustomerID?

Post by crythias »

No. CustomerID is an attribute of the customer that determines what tickets are seen in "Company Tickets".

It is a required attribute.
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
dolfiz
Znuny newbie
Posts: 85
Joined: 15 Jan 2014, 21:07
Znuny Version: 3.3.3
Location: Italy

Re: Hardcoded CustomerID?

Post by dolfiz »

Ok, agents are going to live with it :D

Thank you for the fast clarification.
OTRS 3.3.3 - Ubuntu server 12.04 - MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Hardcoded CustomerID?

Post by crythias »

BTW, even if it's a required attribute, it doesn't need to be filled on New Ticket. The email address of the end user should work, but if you're creating new database customers, you might copy email address (or domain/company) as CustomerID. If you've enabled CustomerCompanySupport, the Companies CustomerID selections will be provided as a drop down box.
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
dolfiz
Znuny newbie
Posts: 85
Joined: 15 Jan 2014, 21:07
Znuny Version: 3.3.3
Location: Italy

Re: Hardcoded CustomerID?

Post by dolfiz »

We disabled the uniqueness check on the email field. We've done it because our bosses forse us to do it. It seems that OTRS works after all.

Also, we update our CUSTOMER_USER during night from an external file. This file comes with a PK and we are using them as login and customer_id. Every record now as differents values on those fields. I wanted to disable the visualization of the customer_id but if it is not possible, never mind.

Thanks again!

P.s.: customers don't have access to OTRS in our scenario
OTRS 3.3.3 - Ubuntu server 12.04 - MySQL
Locked