Dear All
I got a problem and I hope that you help me.
I use OTRS 3.3.10 version in windows and I want to know how can I active Customer Companies switch in customer management section Because this option is not available in the list.
Regards,
OTRS Customer Companies
Moderator: crythias
-
- Znuny newbie
- Posts: 3
- Joined: 29 Jun 2015, 06:03
- Znuny Version: 3.3.10
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS Customer Companies
It is an option to change in Config.pm and the forums have info.
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
-
- Znuny newbie
- Posts: 3
- Joined: 29 Jun 2015, 06:03
- Znuny Version: 3.3.10
Re: OTRS Customer Companies
I saw config file but I can't find
can you clearly tell where the file should to change
Regards
can you clearly tell where the file should to change
Regards
-
- 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: OTRS Customer Companies
<OTRS_HOME>/Kernel/Config.pm
where <OTRS_HOME> is the path to OTRS (under Linux most likely /opt/otrs/)
where <OTRS_HOME> is the path to OTRS (under Linux most likely /opt/otrs/)
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: 3
- Joined: 29 Jun 2015, 06:03
- Znuny Version: 3.3.10
Re: OTRS Customer Companies
What is the code of customer companies activation to add to config file?
-
- 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: OTRS Customer Companies
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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS Customer Companies
or 0 to turn it off. 1 is in Defaults.pm
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