Deactive user affect in which ServiceNow modules?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2024 08:13 AM
Hello Team,
I want to know if user is deactivated from ServiceNow , then what areas will impact like if user create scheduled job and run by showing his name, then it will run or not if user is not available in system.
Like multiple area may impact or not for Example users created by client script, Script include,BR,Workflow,flow Designer,Catalogitem,Notification etc. all of these will work as it was or not? and also what is best practices if anyone could suggest
So if you have any view above question then please let me know.
- Labels:
-
IT Fundamentals Dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2024 09:20 AM
Hi @Aryan
As a best practice, you should use System Administrator account instead of individual user accounts for system-related tasks such as scheduled jobs or workflows. Avoid hardcoding user sys_id into scripts or configurations, utilize dynamic references or system properties to ensure flexibility. You should use roles.
So, any script which involves inactive user will not work. You had better to change that user with the admin.
Please mark my answer helpful and correct.
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2024 03:28 AM
how to deactivate the plug ins ServiceNow ?