- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 05:06 AM
Is there anyway I can restrict a specific module to user's department?
When I edit the module, the visibility is based only on roles.
Any other alternatives to achieve this?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 05:10 AM
Possible.
Easiest way would be to do this via roles. Add a custom role to the users who needs to have access and use it to control access.
Hardest way would be to write a query business rule on modules table. This isn't so hard either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 06:15 AM
I guess I will be creating two new roles and adding to existing roles, dont think we can automatically attach to a department.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 06:45 AM
Hi Andy,
What you are asking here is the department to role relationship as per my understanding.
This is not an OOB feature. Groups are created for such purpose where you can add roles to a group which gets automatically added to the user present in the group.
I guess implementing it will be expensive enough so it's better to go with roles directly.
