Access Control to a field on a form
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭@Eric_Krasner - I just want to clarify the process. You only need one copy of the actual HardwareAsset.js form. The variation comes from defining the sections or "IDs" in the forms. Like @Joe_Burrows said, you can copy/paste the "default" section and give it a new name. That is the form ID you place in Admin Settings/Group Settings. It sounds like you want to make the field disabled in the default section and define an "AssetAdmin" section where the field is active and then specify access for your AssetAdmin AD group.
6
Answers
Yes you would just create a custom form with a new form ID, then add that to "Assign forms to active directory groups" in the admin settings.
Same process for IR\SR\CR etc as outlined here: https://support.cireson.com/KnowledgeBase/View/51
Any questions let me know
Cheers
Joe
Then your custom form could have edit ability on field x (with disabled=false). And that Custom form is assigned to your AD group.
This would avoid having to write custom java script.