Salesforce Files Trigger Execution order
Content Objects trigger execution order
Content Objects trigger execution order
So, I migrated my ghost blog from an old DO droplet to a new instance, and I failed to restore all of the images...
I've been having some issues with one of my Access Points so I "forked" a python script that will monitor connectivity continuously and write out when and for how long it drops. Here's the gist
* 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 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