We have a scenario of several supervisors for other companies. In order to achieve supervisor "role" we have introduced concept of CustomerIDs for the customer user. This however introduces really difficult management of CustomerIDs, since this list could be long, update procedure is error prone,...
Does anybody have any idea how to improve CustomerIDs management? Eg. new interface Customers <-> Customer companies (like Customers <-> Groups) where we can make supervisor association to other companies.
Or is there a way to take CustomerIDs from other source? Other DB, LDAP, ... but to be easily manageable, not just a simply string.
OTRS 3.0.10
Debian 6.0.1
Many thanks,
Igor
CustomerIDs management
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: CustomerIDs management
You may choose to consider permissions on the Company Tickets tab just for supervisors and let everyone have the same Customer_ID. (not exactly best for reporting, but...)
http://forums.otrs.org/viewtopic.php?f=60&t=7531
http://forums.otrs.org/viewtopic.php?f=60&t=7531
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
Re: CustomerIDs management
Thank you for the tip. However, the idea is that supervisor can see tickets and as well as from which companies these tickets are coming from. So, I would need some other solution.crythias wrote:You may choose to consider permissions on the Company Tickets tab just for supervisors and let everyone have the same Customer_ID. (not exactly best for reporting, but...)
http://forums.otrs.org/viewtopic.php?f=60&t=7531

I did not have time to check deeply application recently, but would it be possible to adapt Group <-> Customer user mapping to have additional flag Supervisor?
Currently, there are only RO i RW for the group.
OTRS 3.0.10
Debian 6.0.1
Thanks,
Igor
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: CustomerIDs management
Customer Permissions are defined in Framework::Core, but they don't do anything unless they're programmed.
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