An administrator at a logistics enterprise needs to temporarily prevent a user from logging into Salesforce while they are on extended administrative leave. The user is currently assigned as the running user for several active scheduled Apex jobs and automated process flows. Which action should the administrator take to stop the user from logging in without causing background automation failures?
- Freeze the user account from the user detail page.Cevap
- BDeactivate the user account from the user detail page.
- CDelete the user record permanently from the organization.
- DExpire the user's password and change their profile to Minimum Access.
Cevap
Freeze the user account from the user detail page.
Freezing a user account prevents the user from logging into Salesforce while preserving background execution contexts. This allows scheduled Apex jobs, workflow rules, and process flows where the user is designated as the running user to continue operating without disruption.
Adım Adım Çözüm
Anahtar Kavram
User Freezing vs Deactivation Dependencies