Scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 01:45 AM
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following
1. REST messages
2. Table
3.Script Include
4. Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 01:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2025 11:00 AM
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following
❌ 1. REST messages
✅ 2. Table
❌ 3. Script Include
❌ 4. Workflow
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 04:49 AM
Hi @tbharathi15 do you have any further questions?
REST messages:
- Cross-scope access is not enabled by default. You need to configure access manually.
- Table:
- Cross-scope access is enabled by default.
- other applications (scopes) can access the table unless you restrict it
Script Include:
- must be explicitly set to accessible from other scopes.
Workflow:
- access needed to be explicitly allowed.
Explanation > creating a new table:
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 05:42 AM
Hi @tbharathi15
"Table", is correct one.
If my response solves your query, please marked helpful by selecting Accept as Solution and Helpful. Let me know if anything else is required.
Thanks,
Prerna