User with "snc_read_only" role cannot trigger Flow Designer flow

shun6
Giga Sage

Hi all, 

I granted some users "snc_read_only" & "admin" role to allow viewing all records but restrict from updating any records. 

I want to allow them to request catalog item so I added some tables for below System Properties and they can submit request.(Request and Requested Item are successfully created)

  • glide.security.snc_read_only_role.tables.exempt_create
  • glide.security.snc_read_only_role.tables.exempt_write
  • glide.security.snc_read_only_role.tables.exempt_delete

But Flow Designer flow would not be triggerd upon submission.

I tried to submit a request by user whose role is "admin" and flow is triggerd.

My question is which table should I add for System Properties to allow user trigger Flow Designer Flow?

 

Regards,

 

1 ACCEPTED SOLUTION

shun6
Giga Sage

I added below tables and can trigger flow.

sys_flow_plan_context_binding 

sys_flow_context

View solution in original post

4 REPLIES 4

Mark Manders
Mega Patron

I would first check to see how the flow is running. Is it running as system user or as user that triggered the flow? If it's the latter, try it again after changing it to 'run as system user'.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Thank you for your reply.

The flow is configured "Run as = system user".

I would expect that creation of the records would be enough to trigger a system run flow, because it should no longer look at permissions from the user. I hope some one else knows the anwer, and if not, don't hesitate to log a case with NowSupport. 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

shun6
Giga Sage

I added below tables and can trigger flow.

sys_flow_plan_context_binding 

sys_flow_context