ACL permission
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 10:38 PM
Hi Team,
As per the ACL configuration(Create ACL) on cmdb_ci_computer table only members of ACME group can create record on this table but if these user are able to create data through import set.
Can anyone suggest how we can stop ACME group member's to create data through import set.
Thanks in Advance !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 11:57 PM
Are those users having access to load the data from left navigation?
users with import_admin can load data
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 12:11 AM
Thank you for your response.
Yes he has the import role.
I have achieved this by using onBefore transform map script. In this script i am checking users group, if belongs to ACME group ,then only he can insert record.
But is there any way that rather than writing onBefore script ,can we force transform map to check all the ACL present for that table?
Thanks,