- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 08:26 AM
I have a flow in the Global scope trying to create a record on a table in a scoped app.
When the flow is triggered, it is throwing an error:
Scope does not have create access to table x_scoped_table
The table Application Access is:
Accessible from: All application scopes
Caller Access: none
Can read: true
Can create: true
Can update: true
Any ideas why I cannot create on my scoped table from global?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 10:53 AM
This just magically worked the next day, so perhaps a caching issue. Marking this as answered!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 08:37 AM
Hi Cris,
Mark the "Caller Access" as "Allowed".
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 09:19 AM
Hi Sandeep,
Caller Access only has 3 options:
--None--
Caller Restriction
Caller Tracking
There is no Allowed opt,
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 10:53 AM
This just magically worked the next day, so perhaps a caching issue. Marking this as answered!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2024 11:46 AM
Hey Cris,
I'm having this same issue trying to execute a UI Action from the Incident table to my scoped app.
Did you ever figure out what actually "fixed" the problem?
Thanks!