Tech tools
Links to other tools that may be useful when dealing with Salesforce
Excel that convert SF datetimes to Excel format and vice versa
Public Function ConvertSFDateTime(cel As Range) As Variant Dim strSFDateTime As String, strSFD...
PSCSV
https://github.com/SFXD/PSCSV A powershell script to help Salesforce admins and consultant to sa...
@tsalb's "getting started with VSCODE" list
1) To get started on VSCode + SFDX CLI: https://forcedotcom.github.io/salesforcedx-vscode/arti...
Getting the Case Reference Id
# in email {!Case.Thread_Id} in apex/other After Winter'16: Your org still has the broken re...
Useful Regex
Profile Permissions Use this regex to massively replace profile permissions in your editor.Note ...
Reset Passwords Using Dev Console
1. Open Developer Console 2. Click the Debug dropdown menu and select the Open Execute Anonymous...