Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

Grant access to reports only for specific users


Go to End


1495 Views

Avatar
le_banana

Community Member, 21 Posts

6 August 2009 at 7:55pm

Edited: 06/08/2009 7:56pm

Hi

I need to Implement some functionality, which allow to grant access to only specific orders from Reports module for users from differend security groups.

For example:

I've got two ProductGroup:

ProductGroup1 with ID=10 and
ProductGroup2 with ID=11.

in this groups I've got some products and their variations, so their data looks like that:

Name | ID | ParentID
Prod1 | 12 |10
Prod2 | 13 | 10
Prod3 | 14 | 11
Prod4 | 15 | 11

I've got also two Security groups, and I want to grant access for first one only to orders from ProductGroup1 , and the second one only to orders from ProductGroup2.

Is this possible to do something like that, and if answer for that is YES, my second questions is : how could I do that and where would be the best place to put some code to get this functionality?

PS: Sorry for my english skill ;/ I hope somebody will understand what I mean :)