Recently Updated Pages
Approval Processes
Housekeeping Here is the ERD for the Approval Process Objects. Typically reporting will be done...
Content Documents
Housekeeping ERD for Content Documents When a Content Document is created, a content version re...
Who has what permission?
A few housekeeping items The permission set object is an amalgamation of Permission Sets and Pro...
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)
The state of SFXD, Year 5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ...
What Automation do I create Flowchart
Important Notes
General Upserts are generally not recommended due to the extremely slow spee...
Updating, Deleting, and Adding Permissions
After running your query you will have a table describing access for all objects/fields where at ...
Query CRED And FLS Permissions - Examples
Query All Permissions To get a list of every CRED setting for every Profile and Permission Set i...
Field Permissions - Basic Functionality
Field-Level Security works very similarly to Object-Level Permissions. When dealing with Profiles...
Object Permissions - Basic Functionality
When dealing with Profiles and CRED there are three objects involved: Profile object Permission...
Educational Resources
Salesforce Trailhead - Education by Salesforce for Salesforce https://trailhead.salesforce.com/ ...
SSO and OAuth 2.0 Flows for Salesforce
With a lot of examples:https://www.lucidchart.com/documents/view/61d9b688-5613-4823-8aae-fb3bfe71...
How to get the current org's domain in a flow
LEFT($Api.Partner_Server_URL_470, FIND( '/services', $Api.Partner_Server_URL_470)) ...