- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 05:37 AM
Hi
I have created a new custom UI page in my scoped application.
Now I want to add access control over tte UI page so that only user with role x_appName.admin can have access to the that UI page.
I have added new ACL on sys_ui_pages table and set required roles to x_appName.admin, Now as I want to apply this ACL only for my custom page I try to add condition in ACL like Name is "my custom Page" but when I try to save the record it gives an error
Invalid 'Access Control' record even though the selected outside table 'UI Page' is allowed. A table level Access Control on an outside table cannot contain a condition or script. Only roles are allowed.
Any help on this.
My Objective is my custom UI page is only accessible to those users who has x_appName.admin role.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 05:49 AM
Hi Prasad ,
please refer following links :
If my reply helps you at all, I’d really appreciate it if you click the Helpful button and if my reply is the answer you were looking for, it would be awesome if you could click both the Helpful and Accepted Solution buttons!
regards,
Apeksha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 05:49 AM
Hi Prasad ,
please refer following links :
If my reply helps you at all, I’d really appreciate it if you click the Helpful button and if my reply is the answer you were looking for, it would be awesome if you could click both the Helpful and Accepted Solution buttons!
regards,
Apeksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 05:51 AM
Hi Prasad,
Firstly Apply x_appName.admin role to those users whom you want to display that Custom UI page.
After that create ACL for that UI page table, select role and apply the conditions, first create Read ACL then Write ACL for the Same Table.
So means that UI Page will be accessible only for x_appName.admin role.
Mark it as Correct if this solves your issue and also mark Helpful if you find my response worthy.
Regards,
Jyoti