- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 11:55 PM - edited 09-29-2024 11:57 PM
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messages
B. Table
C. Script Include
D. Workflow
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 11:58 PM
Hi @SandeepKSingh
The correct answer is "B".
Cross-scope privileges can be granted for: Table: Read, write, create, delete records
Script Include: Execute API Scriptable (script objects): Execute API
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 12:02 AM
Hello @SandeepKSingh,
Answer: Table (Tables are not accessible outside of the scope by default)
Please find the below link and let me know whether it is helpful or not.
https://docs.servicenow.com/bundle/xanadu-application-development/page/build/applications/task/set-R...
Thanks
SP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 11:58 PM
Hi @SandeepKSingh
The correct answer is "B".
Cross-scope privileges can be granted for: Table: Read, write, create, delete records
Script Include: Execute API Scriptable (script objects): Execute API
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 12:02 AM
Hello @SandeepKSingh,
Answer: Table (Tables are not accessible outside of the scope by default)
Please find the below link and let me know whether it is helpful or not.
https://docs.servicenow.com/bundle/xanadu-application-development/page/build/applications/task/set-R...
Thanks
SP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 12:10 AM
Correct answer is B.
By default, other scopes can read the table records in different scopes but cannot perform other database Operations.
Please mark the answer as helpful and correct if helped.
Kind regards
Ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 05:34 PM
Right Answers are
Option B - Table
Option D - Workflow
When we create Table and Workflow cross scope access is turned on by default.
For Rest Messages and Script include, it is set to "This application only", We have to explicitly set it to all applications if required.
I hope this helps