Recently Updated Pages
Workflow Outbound Messages
Workflow Rules (along with Process Builders) are now on a deprecation / End-of-Life plan. Existin...
Workflow Tasks
Workflow Rules (along with Process Builders) are now on a deprecation / End-of-Life plan. Existin...
Workflow Email Alerts
Workflow Rules (along with Process Builders) are now on a deprecation / End-of-Life plan. Existin...
Workflow Field Updates
Workflow Rules (along with Process Builders) are now on a deprecation / End-of-Life plan. Existin...
Workflow Triggers
Workflow Rules (along with Process Builders) are now on a deprecation / End-of-Life plan. Existin...
Flow's Send Email Core Action + Text Templates
In Winter 20, Salesforce updated Flow Builder to make text template resources rich text as well a...
Documentation
Documentation List The following Documents should be part of most, if not every, project: Respo...
Project Phase
Internal Meetings Meetings that should be held: weekly sync-up daily standup (30 seconds per p...
Windyo's Chrome Extension List for Admins & Consultants
Better Salesforce formula editor Adds another tab in the standard Formula places where you have ...
License Management
Who has what Salesforce License? SELECT Id, Name, UserName, Profile.Name, Profile.UserLicense.Ma...
Who has what permission?
A few housekeeping items The permission set object is an amalgamation of Permission Sets and Pro...
Content Documents
Housekeeping ERD for Content Documents When a Content Document is created, a content version re...
Approval Processes
Housekeeping Here is the ERD for the Approval Process Objects. Typically reporting will be done...
How to roll your own "ISCHANGED", "PRIORVALUE", and "ISNEW" in before-save flows
How to roll your own "ISNEW", "ISCHANGED", and "PRIORVALUE", and in before-save record-edit flows...
[ADMIN] - How to Delete Multiple Records Without Apex Code in Salesforce
Resource Link: https://webkul.com/blog/delete-multiple-records-without-apex-code-in-salesforce/ ...
SOQL and SOSL Reference
https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_...
SFXD Presents - Parsing the new Help site is horrible
(Like really)(Please don't break my parser)(Plllllllllllllllllllllllllllllllleeeeeeeeeeeeeeeeeeee...
Best of April fools 2021
For april: fools, we changed the server to a MS dynamics server and made the bot slightly overzea...
Find records MUCH faster with these tricks!
Here are some neat tricks to help you [impress your coworkers and] navigate to records much faste...
How to check if user is in Classic or LEX in a formula field!
=IF($User.UIThemeDisplayed = "Theme4d","LEX","Classic") (Thanks @Eloquinn)