Application Development and Automation 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: 
Read only

Generic Object Services restrict user access

Former Member
0 Likes
472

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
Read only

Former Member
0 Likes
402

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

Read only

Former Member
0 Likes
402

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