Skip to main content

Recently Updated Pages

Approval Processes

Useful Queries

Housekeeping Here is the ERD for the Approval Process Objects.  Typically reporting will be done...

Updated 4 years ago by JD

Content Documents

Useful Queries

Housekeeping ERD for Content Documents When a Content Document is created, a content version re...

Updated 4 years ago by JD

Who has what permission?

Useful Queries

A few housekeeping items The permission set object is an amalgamation of Permission Sets and Pro...

Updated 4 years ago by JD

How to roll your own "ISCHANGED", "PRIORVALUE", and "ISNEW" in before-save flows

Cool Links & Stuff

How to roll your own "ISNEW", "ISCHANGED", and "PRIORVALUE", and in before-save record-edit flows...

Updated 4 years ago by Solo Admin

[ADMIN] - How to Delete Multiple Records Without Apex Code in Salesforce

Cool Links & Stuff

Resource Link: https://webkul.com/blog/delete-multiple-records-without-apex-code-in-salesforce/ ...

Updated 4 years ago by Rosca

SOQL and SOSL Reference

Cool Links & Stuff

https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_...

Updated 4 years ago by Rosca

SFXD Presents - Parsing the new Help site is horrible

Salesforce Quirks

(Like really)(Please don't break my parser)(Plllllllllllllllllllllllllllllllleeeeeeeeeeeeeeeeeeee...

Updated 4 years ago by Windyo

Best of April fools 2021

Great Moments in SFXD History

For april: fools, we changed the server to a MS dynamics server and made the bot slightly overzea...

Updated 4 years ago by Windyo

Find records MUCH faster with these tricks!

Cool Links & Stuff

Here are some neat tricks to help you [impress your coworkers and] navigate to records much faste...

Updated 4 years ago by Solo Admin

How to check if user is in Classic or LEX in a formula field!

Cool Links & Stuff

=IF($User.UIThemeDisplayed = "Theme4d","LEX","Classic") (Thanks @Eloquinn)

Updated 4 years ago by EIyu

The state of SFXD, Year 5

Other Meta SFXD Stuff

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ...

Updated 4 years ago by Windyo

What Automation do I create Flowchart

Best Practices Flow Conventions

Updated 4 years ago by Windyo

Important Notes

Best Practices Mass Update Access to Objects And Field...

General Upserts are generally not recommended due to the extremely slow spee...

Updated 5 years ago by Justin Mitchell

Updating, Deleting, and Adding Permissions

Best Practices Mass Update Access to Objects And Field...

After running your query you will have a table describing access for all objects/fields where at ...

Updated 5 years ago by Justin Mitchell

Query CRED And FLS Permissions - Examples

Best Practices Mass Update Access to Objects And Field...

Query All Permissions To get a list of every CRED setting for every Profile and Permission Set i...

Updated 5 years ago by Justin Mitchell

Field Permissions - Basic Functionality

Best Practices Mass Update Access to Objects And Field...

Field-Level Security works very similarly to Object-Level Permissions. When dealing with Profiles...

Updated 5 years ago by Justin Mitchell

Object Permissions - Basic Functionality

Best Practices Mass Update Access to Objects And Field...

When dealing with Profiles and CRED there are three objects involved: Profile object Permission...

Updated 5 years ago by Justin Mitchell

Educational Resources

SFDC Tools

Salesforce Trailhead - Education by Salesforce for Salesforce https://trailhead.salesforce.com/ ...

Updated 5 years ago by Kody Hungenberg

SSO and OAuth 2.0 Flows for Salesforce

Cool Links & Stuff

With a lot of examples:https://www.lucidchart.com/documents/view/61d9b688-5613-4823-8aae-fb3bfe71...

Updated 5 years ago by Atlas Can

How to get the current org's domain in a flow

Cool Links & Stuff

  LEFT($Api.Partner_Server_URL_470, FIND( '/services', $Api.Partner_Server_URL_470)) ...

Updated 5 years ago by Windyo