You need to sign in to do that
Don't have an account?
Veerendar Aella
i want to automate last login users greater than 30 days , an email as to be sent to managers with the same.
Hi All,
When a last login user is greater than 30 days, then I want to send a automated email to the respective managers.
This can done by using
workflow
Process Builder
apex class
Please advice
When a last login user is greater than 30 days, then I want to send a automated email to the respective managers.
This can done by using
workflow
Process Builder
apex class
Please advice
Use this sample code and implement email logic
you can make use of workflow rule and time depen workflow rule to trigger an email alert to the manager.
Create a workflow rule on user object with some criteria like : If user is Active - True, then add a time dependent workflow action.
Please refer the below screenshot.
Let me know if this helps.
Regards,
Rabindranath
Here is my requirement, could you please help me with this as Im new to development.
Schedulable Apex class to send an email to users whose last login is more than 30 days. what will be the email logic.
Regards
Malli