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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2017 12:01 PM
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
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 01:53 AM
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.