Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Generic Object Services restrict user access

Former Member
0 Kudos

Hi

I have the following scenario, could anyone offer any pointers as to how to achieve a solution.

I have two groups of people, A and B, my requirement is to only allow group A to access/delete documents that have been created by users in group A, and for Group B to only have access to attachments created by users in group B.

An in addition to Ideally have two content repositories one for A and one for B

Thanks

John

2 REPLIES 2

former_member676613
Participant
0 Kudos

Hi John,

Please adjust role with S_OC_ROLE and S_GOS_ATT.

1) If a user has a role with S_OC_ROLE with *, then he will be able to delete the attachements made by any othe user, then in this case S_GOS_ATT will not be checked.

2) If a user has a role with S_OC_ROLE with " ", then he will be NOT able to delete the attachements made by any othe user, unless S_GOS_ATT is assigned.

Thanks,

CB

Former Member
0 Kudos

Hi many thanks for that, what about display though, allowing only group A to see group A docs and not group b, and vise versa for group B