Skip to main content

Cool Links & Stuff

Links to trailhead, blogs, resources... anything we find useful

Salesforce Architecture resources

Official Salesforce Docs Undesrstanding the multinenant Architecture https://www.developerforce...

Trailheads we like

Basic Trailheads Consultant:https://trailhead.salesforce.com/en/content/learn/modules/consulting...

Cool Links

Name Link David Liu's training course https://bit.ly/go-apex Alex Edelstein's Unoffici...

Official Salesforce Customer For Life Scoping Questionnaire

Attached to the article is the old (but still valuable) CFL scoping questionnaire. (Attachments a...

The official Salesforce Sandbox Preview Checker

https://sandbox-preview.herokuapp.com/ Are you taking advantage of the Sandbox Preview window ...

The Salesforce Lightning Object Creator (is broken to hell)

Lightning Object Creator is completely broken and currently just can't be used. https://object-c...

Salesforce Optimizer

Salesforce is an incredibly powerful tool, but as veteran admins know, maintaining a suite of fea...

Order of Execution (by Alexd0t)

PDF version attached to this article (top left of the screen)

How to check off records on a list view and pass them all to a Flow (button)

Flow Actions are really useful! However, they aren't available everywhere. This article will tell...

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

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

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

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

Find records MUCH faster with these tricks!

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

Salesforce Demo Orgs

This contains a list of signup links for demo orgs depending on which cloud you want to learn. M...

Awesome Admin Soundcloud Link

... Technically this is a Salesforce link so I'll leave it here. If you're following this link a...

Passing a list of Ids to a Flow from a related list in LEX

Source: https://www.xbaf.com/flow-list-buttons Submitting multiple records to Flows “How do...

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 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...

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

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

SOQL and SOSL Reference

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

[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/ ...