Users with "sn_cmdb_admin" can edit the Asset field on cmdb_ci table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hello All,
I have created write ACL with role mentioned with field and table for the above requirement, but even after implementing and adding the ACL the field still shows as read only for that user role.
The field is OOB read only active true and with attribute readonly_clickthrough=true.
Please tell me if anything needs to change or any other configuration needs to apply
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Akshay Kamble (SD_Akshay)
ServiceNow Developer
LinkedIn: https://www.linkedin.com/in/akshay-kamble-1504/
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Navigate to Access Controls: In the Application Navigator, type Access Control and navigate to System Security > Access Control (ACL).
Create a table-level write ACL :
Click New.
Set the Operation to write.
Set the Name to cmdb_ci_computer
In the Requires role list, add the specific role "sn_cmdb_admin" that you want to be able to write to all other fields on the table .
Assign that ACL role to user who will be able to edit the Configuration Item "ci" field on alm_hardware table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello Tanushree
Created the same but not working
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Akshay Kamble (SD_Akshay)
ServiceNow Developer
LinkedIn: https://www.linkedin.com/in/akshay-kamble-1504/
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hi @SD_Akshay
Configuration item on alm_hardware form , at dictionary level, coming from alm_asset and Read ONLY field.
Though it is not recommended to deviate from OOB, as it could have bigger impact .
To Set this read only you have remove this this dictionary level Ready only and need to control it via alm_asset Write ACL.
Though configuration is less but change in ALM_asset field visibility restriction - you need to check your system- how it is getting impacted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
That's just making the field editable and open to everyone. Any other modifications you could suggest ?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Akshay Kamble (SD_Akshay)
ServiceNow Developer
LinkedIn: https://www.linkedin.com/in/akshay-kamble-1504/
****************************************************************************************************************
