- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-20-2024 02:27 AM - edited ā08-20-2024 02:28 AM
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,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-29-2024 11:34 PM
I added below tables and can trigger flow.
sys_flow_plan_context_binding
sys_flow_context
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-20-2024 02:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-20-2024 03:54 AM
Thank you for your reply.
The flow is configured "Run as = system user".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-20-2024 04:48 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-29-2024 11:34 PM
I added below tables and can trigger flow.
sys_flow_plan_context_binding
sys_flow_context