- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 01:39 PM
If I lock out and inactivate an admin user who was the original creator of a ServiceNow Application, will that cause any issues with objects that were created by that user, (like tables, scheduled exports, imports, service portal, widgets, and other process?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 06:15 PM
Hi @Renee-17 ,
As mentioned by others it will still behave the same way it was behaving as other creds will have similar permission.
But in case of scheduled job,scheduled reports or integrations where credentials are used to execute those problem will occur there.
U can check Run As column for scheduled jobs/reports for integrations u can check credentials table from filter navigator or the script section under business rule, script include or scheduled job. There is a possibility the creds could be hard-coded manually if created by a User/Developer like us.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 05:51 AM
Thank You for the info!!!