Custom table not appearing in Transform Map Target Table (but another similar table does)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited an hour ago
Hi everyone,
I’m facing an issue in ServiceNow with Transform Maps.
I created two custom tables in my scoped application:
x_awardsx_national_service
When creating a Transform Map:
x_awardsappears in the Target Table listx_national_servicedoes NOT appear
i have checked ,
Both exist physically
Both are active
Both are in the same scope
- compare XML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Step 1: Verify Application Access
Navigate to System Definition > Tables.
Search for and open the record for x_national_service.
Click on the Application Access tab.
Ensure the following checkboxes are selected:
Can read
Allow configuration (This is the critical flag for the Transform Map picker).
Click Update.
Step 2: Check for the "Abstract" Flag
On the same Table record, ensure the Abstract field is set to false.
Note: If "Abstract" is true, the table cannot hold records and will be filtered out of all Transform Map target lists.
Step 3: Refresh the Schema Cache
If the table still doesn't appear after the steps above:
In the Filter Navigator, type cache.do and press Enter.
Go back to your Transform Map and refresh the page. The table should now appear in the dropdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Are you sure this is a valid response?
Share screenshot supporting your post.
I couldn't find Abstract field on sys_db_object table.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
if the table is part of your scope in which you are creating transform map then it should show
share some screenshots
Did you clear instance cache using cache.do and then logout and login again?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
