ACL permission

Appy2
Tera Contributor

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 !

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Appy2 

Are those users having access to load the data from left navigation?

users with import_admin can load data

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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,