Write ACL on UI page

CChinnakannappa
Kilo Explorer

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.

2 REPLIES 2

Valor1
Giga Guru

You can only restrict the READ operation for UI Pages.


Anurag Tripathi
Mega Patron
Mega Patron

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.


-Anurag