Restricting scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 05:26 AM
Hi All,
I created a custom application (scoped application). This application should visible to the user who belongs to particular department from user table.
For example:
There is a department "abc". So the user who logins, if he belongs to that department, he/she can able to see my custom application. For other department it should not visible.
Thanks in advance.
Regards,
Ragav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 05:52 AM
Hi Subhankar,
How to write that appropriate script?
We are facing issues there only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 06:11 AM
Steps to build the condition :
1. get the user details through 'gs' object. e.g. gs.getUserID() WIKI : Get a user object
2. Glide into user record or to department record and validate the user department data. OR do a dot-walk if the department field is present in the user table.
3. If condition matched return 'true' or 'false' based on your criteria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 08:38 AM
Hi Raghavendran,
By the ACL you can just restrict the Table, You can not restrict the application availability in left navigation by ACL.
Thanks,
Param