Custom table not appearing in Transform Map Target Table (but another similar table does)

Tejas Adhalrao
Kilo Sage

Hi everyone,

I’m facing an issue in ServiceNow with Transform Maps.

I created two custom tables in my scoped application:

  • x_awards

  • x_national_service

When creating a Transform Map:

  • x_awards appears in the Target Table list 

  • x_national_service does NOT appear 

 

i have checked , 

 

  • Both exist physically

  • Both are active

  • Both are in the same scope

  • compare XML

 

 

 

 

6 REPLIES 6

typetty
Tera Contributor

@Tejas Adhalrao 

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:

  1. Navigate to the Table definition by going to sys_db_object.LIST
  2. Click the custom table record you want to view
  3. Click the "Application Access" tab on the form once it loads
  4. Ensure that "Accessible from" is equal to "All application scopes"
  5. 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

I tried, but it’s not working.