- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 02:12 AM
Hello,
I configured using Flow Designer to send an email when a task is closed.
The mail is sent well with my admin profile but there is an error with an itil profile
"AccessControlException:Access denied to create new email"
I can't find the role I need
Thanks for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 02:35 AM
Hello Brigitte,
The shortest path to fixing this without any additional investigation is to change the flow from running as the user to running as the system.
If the flow needs to run as the user then:
- Check you ACLs and see whether an end user is allowed to create a new record on the sys_attachment table
- If this is a scoped app, check cross-scope access and Restricted Caller Access Privileges
Hope this helps!
Tudor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 02:35 AM
Hello Brigitte,
The shortest path to fixing this without any additional investigation is to change the flow from running as the user to running as the system.
If the flow needs to run as the user then:
- Check you ACLs and see whether an end user is allowed to create a new record on the sys_attachment table
- If this is a scoped app, check cross-scope access and Restricted Caller Access Privileges
Hope this helps!
Tudor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 05:31 AM
Thanks
It works by modifying run as:system user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 05:50 AM
Thanks
It works by modifying run as:system user