Default permission to all customers

Moderator: crythias

Locked
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Default permission to all customers

Post by GMunjal »

Hi,

We implemented OTRS in which for customer and customersID we use External data source.
We also have many service on which Read and readWrite access given to customers.
ISsue - 1. We require that for all customers(coming from external data source), read/write permission will be given for all services.
2. We require when ever a new customer(in external data source and then shown in OTRS customers) is added , read/ write permission will be given to that customers for all services by default.

for 1. : this can be achieve by creating data porting script ... but is there any other way in OTRS to implement first and second both points.
How can achieve the two above points ? any inputs on this..

Thanks in advance.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Default permission to all customers

Post by jojo »

customers don't have ro/rw permissions on services.

So can you please explain your issue in a better way
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Re: Default permission to all customers

Post by GMunjal »

CustomerID have ro/rw permission to services.

And customers associate with customer ID.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Default permission to all customers

Post by crythias »

Customers can only select services. This is read only. Customers can't make up or delete random services. This would be read/write.
Customers can only select services they have been assigned or default services.
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
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Re: Default permission to all customers

Post by GMunjal »

Sorry It was my mistake! We need default ro/rw permissions for customerusers <-> Groups. Kindly help us!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Default permission to all customers

Post by crythias »

CustomerGroupsAlwaysGroups
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
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Re: Default permission to all customers

Post by GMunjal »

Issue resolved .

Thanks,
Locked