We are currently on version 9 and are starting to create lobbies for user review. I was able to grant access to the lobby that I created to a permission set, however, the it appears that the user(s) now have access to all of the IFS standard lobbies as well. I don’t see a way to deactivate these or restrict access to them. I tried to explicitly revoke access in the permission set to specific lobbies but they are still showing up in the lobby overview, although the data isn’t pulling through. The issue is that the lobby overview is messy with all of the IFS standard lobbies and I’d like to make that a little cleaner.
Solved
Restricting access to IFS standard lobbies
Best answer by CallumW
Struggling to find you the answer here…
You have stated another user has no lobby access - however the IFS Welcome start page is a lobby in its own right.
Try this and see if it can shed some light
- Go to the welcome lobby
- Click the padlock in the top right
- Click the cog in the top right
- Scroll down in the window which appears and click on the blue presentation object URL
- Check the permission sets tabs and the users tab to determine if it is permission sets granting the lobby
If it is not this, I would double check the ADMINISTRATOR system privilege just to make sure its not been assigned to any functional role which in turn has been granted to an end user role.
Here is an SQL statement you can run:
SELECT r.identity, r.role
FROM system_privilege_grant s,
fnd_user_role_runtime_tab r
WHERE r.role = s.role
AND s.privilege_id = 'ADMINISTRATOR'
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.