How can I reference data in a global scope table from an application in a specific application scope?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2020 01:13 AM
How can I reference data in a global scope table from an application in a specific application scope?
Specifically, I am trying to refer to the data of the globe table by GlideRecord on the server side using Script Include, but I cannot refer to it. I think it's probably a permission issue, but I don't know exactly where and what to set it to work.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2020 12:44 AM
Hi
Your script just returns ONE "random" Record from your table.
Please check, if the "name" field is filled in for ALL Records, otherwise you will get no value.
Also, try to return
"return rec.getValue('name');"
or
"return rec.getDisplayValue('name');"
Let me know if that works.
BR
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2020 11:13 PM
Hi,
The Application access fields determine whether a table is accessible to other applications during design-time or run-time operations.
Refer below docs links
If my answer helped you in any way, mark answer as helpful and correct.
Thanks and regards,
Megha.