- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2017 04:26 PM
Hi Guys,
I have got a table created in a scoped app (not global) and in there I have a field with 'Table Name' type and I need to select other Global tables outside the scoped app but I can't see the global tables. Is there a way I can by pass this restriction? Checked the attributes list here but couldn't find anything relevant.
Regards,
Mussie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2017 02:55 PM
Hi Mussie,
Try using the allow_public Dictionary Attribute.
An alternative Solution would be to use a Reference Field instead and point that to 'sys_db_object'.
Regards,
Wallace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2017 04:31 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2017 05:08 PM
While ServiceNow allows you to change these on Global tables, these changes will not be applied to your scoped app.
You have to assume that if by default you can't see a table, you will not be able to in your app.
ServiceNow will not certify functionality that depends on changing Global configuration.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2017 02:32 PM
Thanks guys, unfortunately changing the table to global is not an option for me. Any other means you can think of or is this a no-go?
Mussie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2017 02:55 PM
Hi Mussie,
Try using the allow_public Dictionary Attribute.
An alternative Solution would be to use a Reference Field instead and point that to 'sys_db_object'.
Regards,
Wallace