Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ACL Exception Insert Failed due to security constraints

nehasr1288
Tera Expert

I am not able to insert a record in incident table from REST API(SOAP ui) with a different user(I have given web_service_admin role to this user).

Same can be done with user with "admin" role.

Please suggest.

Capture.PNG

12 REPLIES 12

aswinsiddaling2
Mega Guru

The user to whom you have give the web_service_admin role also should have write access to incident table


I have given this user that role.Basically using ACL I have added the "web service admin" role to the table incident in "access control"


You have added this role in the ACL for write on incident table. So if its not working, it should be either because of another write ACL on incident table which is preventing access (or) this ACL itself does not return true


Well I tried by deleting other ACL`s but still the same