CAD Help Question !!

SandeepKSingh
Kilo Sage

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

 

2 ACCEPTED SOLUTIONS

Ravi Gaurav
Giga Sage
Giga Sage

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/

View solution in original post

SP22
Mega Sage
Mega Sage

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.

View solution in original post

4 REPLIES 4

Ravi Gaurav
Giga Sage
Giga Sage

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/

SP22
Mega Sage
Mega Sage

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.

Ravi Chandra_K
Kilo Patron
Kilo Patron

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

Anuraj R
Tera Contributor

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