Cannot create record in scoped table, from global scope

Cris P
Tera Guru

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?

 

1 ACCEPTED SOLUTION

Cris P
Tera Guru

This just magically worked the next day, so perhaps a caching issue. Marking this as answered!

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi Cris,

Mark the "Caller Access" as "Allowed".

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

Hi Sandeep,

Caller Access only has 3 options:

--None--

Caller Restriction

Caller Tracking

 

There is no Allowed opt,

Thanks

Cris P
Tera Guru

This just magically worked the next day, so perhaps a caching issue. Marking this as answered!

David Lundy
Tera Contributor

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!