How to stop users to do not create the Change schedules?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 10:36 PM
Hi All,
How can i restrict the users or hide the New button for specific users or role, so they do not create the Change schedules?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 11:12 PM
Hi Aryan,
This is not UI action button, try checking the following acls
Vinuthna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 11:12 PM
To prevent users from creating Change schedules in ServiceNow using Access Control Rules (ACLs), you can modify or create ACLs on the change_schedule table to restrict the create operation. ACLs define permissions based on the user's roles, and by setting the appropriate conditions, you can control who is allowed to create new records in the Change schedule table. First, navigate to System Security Access Control (ACL) and search for the ACLs related to the change_schedule table. You can either modify the existing ACL rules or create a new one that specifically denies the create permission for users who do not have the required roles, such as change_admin. By doing this, only users with the designated roles will be able to create Change schedules, while others will be prevented from doing so. Additionally, you can ensure that the ACL checks for specific conditions, such as role-based access, so that users without the proper access rights are automatically restricted from performing the action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 05:59 AM
Hi,
I don't see any table named change_schedule. could you please let me know if there is any other solution to this issue.