How to create an ACL for Scheduled jobs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-08-2023 09:48 AM
Looking to know how a user can gain access to CRWD to the scheduled job table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-10-2023 08:27 AM
@Joshua Comeau What errors do you see when your user with the custom role tries to access Scheduled Job module? Do you see an ACL error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-11-2023 03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-20-2024 05:43 PM
Did anyone find a solution to this?
I am getting the same issue.
Even after adding the extra roles to the ACL for sysauto, they still cannot view the list of Scheduled Jobs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-20-2025 07:43 AM
Hi, did you find solution? I am stuck with the same issue...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-20-2025 11:20 PM
Hi Sandra,
Eventually, I worked out a solution for our situation:
-- I created a new role
-- Gave this role ACL Create, Read and Write access to the both the sysauto and the sysauto_template tables (in my case, I just wanted the users with the role to access Scheduled Entity Generation, which corresponds to sysauto_template; other types of scheduled jobs use different tables)
-- Assigned the role to the users/group
This worked for our needs
Hope this helps