ACL Exception Insert Failed due to security constraints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 05:51 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 06:16 AM
The user to whom you have give the web_service_admin role also should have write access to incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 06:20 AM
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 06:26 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 07:00 AM
Well I tried by deleting other ACL`s but still the same