Evaluation of ACL while running the transform maps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 11:45 PM
Hi ServiceNow enthusiasts,
Let me brief the scenario.
I have a staging table (x) and a transform map configured to insert data into the target table (y). The scheduled import has been set to run on behalf of a non-admin user having write roles in the table y. Along with that, there is a field-level read ACL set up on a particular field, and that particular field has been set as the coalesce field in the field mapping. Here comes the question: in the absence of the read privilege on the field, is there a chance of duplication of records in table y ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2024 12:59 AM
The best way to get right answers is to suggest a potnetially wrong one 🙂
It seems to me, that the transfer from the Staging Table to the Targen Table happens with System rights. No ACLs are checked.