Hi,
I like change the current setting of "CustomerID" in "Add Customer User" from dropbox to blank entry.
Present:
Change to:
I don't find that option.
Thanks in advance.
Regards,
CustomerID in "Add Customer User"
Moderator: crythias
CustomerID in "Add Customer User"
You do not have the required permissions to view the files attached to this post.
Re: CustomerID in "Add Customer User"
Hi,
see https://github.com/OTRS/otrs/blob/master/CHANGES.md
4.0.8 2015-05-12
since then
2015-04-21 Activated customer company support for the default customer user configuration.
You need to disable it. See Defaults.pm for details.
Florian
see https://github.com/OTRS/otrs/blob/master/CHANGES.md
4.0.8 2015-05-12
since then
2015-04-21 Activated customer company support for the default customer user configuration.
You need to disable it. See Defaults.pm for details.
Florian
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: CustomerID in "Add Customer User"
Try this in Config.pm:
Code: Select all
$Self->{CustomerUser} = {
CustomerCompanySupport => 0,
};
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