Question

How to restrict fileds/Attrbutes in a page

  • 19 December 2022
  • 1 reply
  • 47 views

Badge +2

Hi Team,

 

Can you please help me with how can we restricts the attributes/filed inside a page for a set of users.

Thanks

Himanshu


1 reply

Userlevel 4
Badge +11

Hi @Himanshu ,

maybe you can try this:

  1. Create a role for those users.
  2. Create a client script.  In the client script get the session user, get/check the role.  For the specific role you want to handle, call setControlVisibility, setControlEnable. etc. to restrict the respective fields.
  3. In screen event add the client script.  

Hope it helps.

 

Cheers,

~Juni

Reply