Can't add related list on 'Topic' form in 'Employee experience Taxonomy' application with error 'Invalid 'Table' selected on the Related List record. The 'Topic' table is in application 'Global', but the current application is 'Employee Center'.'

Harshil3
Tera Expert

I have cloned a existing Taxonomy and when go to Child topic , there are no related lists on the Topic fomr, when I try to add related list I get error as : 

Invalid 'Table' selected on the Related List record. The 'Topic' table is in application 'Global', but the current application is 'Employee Center'.
find_real_file.png
how can I add related lists on this form..?
7 REPLIES 7

Mark Andreopou1
ServiceNow Employee
ServiceNow Employee

Running into the exact same issue.

Invalid 'Table' selected on the Related List record. The 'Topic' table is in application 'Global', but the current application is 'Employee Center'

I can't add anything to the related lists on the Topic form, no matter what scope I select, including Global. Also cleared both instance and browser cache.

Did you ever get this resolved?

 

Thanks

Tony-Arron Pera
Tera Contributor

I just had this same issue, I was able to solve it by creating a new view within the "Employee experience taxonomy" scope.

  • Create a new View
    • System UI > Views > New

      • Application: Employee experience taxonomy
      • Name: Developer
  • Create a form for that view
    • Table: Topic [topic]
    • View: Developer
    • Application: Employee experience taxonomy
  • Return to topic and change view to Developer
  • Configure Related list

 

It works! But you need to recreate the view directly from the form menu "configure -> Related list" (it doesn't appear by default).