Tandeciarz.com

Salesforce Files Trigger Execution order

Content Objects trigger execution order

Salesforce Useful JSP pages

* Display request headers that Salesforce receives (does not require login) https://login.salesforce.com/smth.jsp * Client speed / performance test (requires login) /speedtest.jsp * List of trusted certificate authorities: /cacerts.jsp (works with your instance, such as https://na21.my.salesforce.com/cacerts.jsp)

Log out from Apex

Log a user out via Apex when logged in as another user: delete [Select Id from AuthSession WHERE UsersId =: UserInfo.getUserId() AND SessionType='SubstituteUser']; Session Types SESSION TYPE DESCRIPTION API Created when accessing an org through the API. APIOnlyUser Created to enable a password reset in the user interface for

Automating JKS Certificate Renewal

Automating JKS file generation via Bash This is part 2 / LetsEncrypt + Salesforce Communities Update, I will be creating a new post outlining using Acme.sh instead of CertBot. Acme.sh has better scripting support from a headless client like Jenkins. This is just a proof of concept and should not

LetsEncrypt + Salesforce Communities

Part 1: So, as a proof of concept, I was interested in setting up a Salesforce Customer Community, with a custom domain and use an SSL certificate from LetsEncrypt, since LetsEncrypt is free. The first thing I had to do was set up a custom domain. Thankfully, I already own

Tandeciarz.com © 2026