Invalid 'Target table' selected on the Table Transform Map record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2022 02:31 PM
I am getting below error while creating Transform maps(from Global) on my scoped table.
Invalid 'Target table' selected on the Table Transform Map record. The 'AAA' table is in application 'BBB', but the current application is 'Global'. The 'Target table' field can only select 'BBB' tables with read, create, and update access enabled.
I have given the required access at table level. also created CRUD records in cross-scope privileges but not sure why it is still throwing this error.. any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 04:36 AM
Support came back and solved my issue on this one. Would not have thought clearing the cache would have fixed this, but it did. Hopefully this helps.
Solution Proposed:
Clearing the cache on the instance fixed the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2022 02:57 PM
I realize that this response might need a little more context. Doing a cache.do will NOT clear this error. You will need to create a global fix script and run the line.
gs.invalidateCache();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 02:35 AM
Thank you so much ! It fixed the issue ! 🙏
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 06:46 AM
Thank you! ServiceNow was throwing this error message on a transform from a scoped app to a global table, and running gs.invalidateCache() in a global background script fixed the problem immediately.