Skip to main content

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

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