Hi.
Does anyone know of a way I can flag / label a customer company or customer user so that support teams know if the account has support limits placed on them due to account issues?
The accounts team can then be happy knowing that if the customer calls into support the agents will be aware of the issues and follow the procedures that are in place.
Flag customer company as of concern.
Moderator: crythias
-
- Znuny newbie
- Posts: 12
- Joined: 17 Jun 2013, 17:15
- Znuny Version: 3.2.6
- Real Name: Karl Elliott
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Flag customer company as of concern.
Among other ways, make use of the Comment field of the customer or extend/alter the schema of the customer_user table and modify the CustomerUser Map to account for the new field.
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 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: Flag customer company as of concern.
You could add a column in the database and add that column in the "Map" in the 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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 12
- Joined: 17 Jun 2013, 17:15
- Znuny Version: 3.2.6
- Real Name: Karl Elliott
Re: Flag customer company as of concern.
Excellent.
Think I'll just use the comment field.
Any idea how I could change the colour to make it stand out more?
Some of my agents are a bit unobservant.

Think I'll just use the comment field.
Any idea how I could change the colour to make it stand out more?
Some of my agents are a bit unobservant.

-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Flag customer company as of concern.
javascript css change could work...
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