Setting a Salesforce User Password via Developer Console (Apex)
Jan 27 · 1 min read · If you would like to quickly set a temporary password for a user, you can do so in the Developer Console. Get the user via a query (you can use a more specific WHERE clause; in my case, I am just querying based on the user’s name) SELECT Id FROM Us...
Join discussion




