- Read-only fields based on security role
- Posted by gtp101 on December 11th, 2007
On a given tab, certain fields I want to be read-only for most users, except
for roles "system admins" or "system customizers". These roles would be the
ones needing to update the fields periodically.
Is there an easy OnLoad js for this?
I know how to make fields read-only and/or disabled on a global basis, just
not on a peruser or security group level.
The c360 field security addon would definately do what I need, but is too
expensive to justify for us.
Thanks.
- Posted by Richard Riddle on December 11th, 2007
There is no easy onload script for this, but you could write javascript that
calls a web service which returns whether the user is in either of those
roles.
--
Richard Riddle
CRM Developer
Autonomix
"gtp101" wrote:
- Posted by MD on December 12th, 2007
Hi,
This Ronald Lemmon's blog should help you out:
http://ronaldlemmen.blogspot.com/200...de-fields.html
This worked very well for me.
HTH,
"gtp101" wrote: