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
02-23-2026 12:30 AM - edited 02-23-2026 01:14 AM
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 weeks ago
Go to your table definition and look at the "Application Access" tab. A lot of times this could be cause because the "Can create" and "Can update" are set to false. They need to be set to true in order for it to show up on the transform map selection. To be more clear here is what I would recommend:
- Navigate to the Table definition by going to sys_db_object.LIST
- Click the custom table record you want to view
- Click the "Application Access" tab on the form once it loads
- Ensure that "Accessible from" is equal to "All application scopes"
- Also check that "Can read", "Can create", and "Can update" are set to true
Please mark this as helpful if this post helped you solve the issue.
Thanks!
Ty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I tried, but it’s not working.