Invalid 'Target table' selected on the Table Transform Map record.

shraddha16
Tera Contributor

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?

 

find_real_file.png

13 REPLIES 13

Nate Wert1
Giga Guru

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.

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();

Thank you so much ! It fixed the issue ! 🙏

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.