How to stop users to do not create the Change schedules?

Aryan
Tera Contributor

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?

 

Aryan_0-1733207780574.png

 

3 REPLIES 3

Vinuthna Ammana
Mega Guru

Hi Aryan, 
This is not UI action button, try checking the following acls

VinuthnaAmmana_0-1733209922370.png

 

Regards,
Vinuthna

vishwajeet5550
Mega Guru
 

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.

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.