Will Inactivating & Locking out a user cause issues with ServiceNow App objects created by them?

Renee-17
Tera Guru

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?

1 ACCEPTED SOLUTION

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

View solution in original post

5 REPLIES 5

Thank You for the info!!!