confiure scoped app choice list, but got error Invalid 'Table' selected on the Choice Set record. The 'Customer Support' table is in application 'Customer Support', but the current application is 'Global'. The 'Table' field can only select 'Customer

jzhou
Kilo Explorer

Hi,

    in scoped app,   try to configure item choice based on type, always got this error , it seems get in, but the update set would not be allowed to the scope application to another instance

Invalid 'Table' selected on the Choice Set record. The 'XXXCustomer Support' table is in application 'XXXCustomer Support', but the current application is 'Global'. The 'Table' field can only select 'Customer Support' tables with read and alter access enabled.

Any suggestions how to   address it?

Thanks!

Jerry

5 REPLIES 5

Filip Vojt__ek
Mega Guru

I know this is already an old question, but for reference for people searching for solution:

Please use dictionary attribute 'allow_public=true' on the table type field/column to allow tables from all scopes as described in documentation.

https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/reference...

Please mark my solution as helpful if it helped to solve your issue.