Write ACL on UI page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2012 05:52 AM
Hi,
I want to restrict support admin (a role in my instance which should have only read permissions)to write some thing to an ui page.
am trying do it with ACL,
but Write operation is not working for UI page.
UI page name is "system_properties_ui".
my requirement is when am trying to open an ui page by using its link (https://instance-name/system_properties_ui.do?sysparm_title=Single%20Sign-on&sysparm_category=Single...)
then it should open in read only form for a particular role.
Thanks in Advance
Kanna.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2012 10:33 AM
You can only restrict the READ operation for UI Pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2015 05:18 AM
To achieve this you will have to write client script on the ui page(on load) and disable each field on the firm in the function based on roles.