function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RoxyGirlRoxyGirl 

Using User record in Workflow

Hello, I need to set up a workflow that sends an email the day before a user is required to change their password to remind them to change it in the Outlook connector as well.

I dont see an option to use the User object in workflow, is there a way to do this?

 

Thanks in advance for your help

Ritesh AswaneyRitesh Aswaney

Don't reckon you can do workflows on User, prolly need daily Scheduled Apex. which checks the Last Password Changed on the User and compares days elapsed. If approaching password expiry, creates an email for sending.