Salesforce – Resetting passwords in Bulk

Hello Trailblazers, Have you ever found yourself in a situation where you need to reset passwords for multiple users? Well, fret not, as I have a solution for you! The following code is a rough idea of how you can achieve this: public class ChangePassword { public ChangePassword() { List<User> userList = new List<User>(); userList […]

Salesforce : Query to find Permission sets assigned to users

It is easy to overlook the importance of reconciling permissions or permission sets in our Salesforce environment. However, it is crucial to ensure that we can audit our environment and retrieve the required information quickly. To capture the permission sets associated with a given user or profile via the Permission Set Assignment object, you can […]

Recent Comments

No comments to show.