Salesforce Notes Taken Over Time

Jesse Twum-Boafo
Taming The Force
Published in
4 min readApr 8, 2020

A quick dump of my Salesforce notes from Evernote so that others can access them easily. I guarantee you that the list doesn’t make sense, this is a dump…but there are gems in here!

Salesforce Labs

Flow and Lightning Components

Orgs

Data Hygiene (For Admins)

Weekly

Monthly

Yearly

Videos

How Custom Is Your Org? — A Framework For Measuring The Shape Of Your Org

  • Config / Extend / Enhance / Replace (CEER)
  • Config — Any functionality using ‘no logic’ setup i.e. value substitution e.g. FLS, Default lead owner,
  • Extend — Logic & data processing functionality (declarative, code), minimal long term impact when using best practices
  • Enhance — Introduction of ISV and off platform solutions, long term impact is contingent on ISV
  • Replace — Replacement of OOTB functionality
  • Inputs to process

1) Requirement (user story, etc)

2) Proposed solution

3) Estimate

4) CEER Categorisation

5) CEER Method (declarative, code)

Posts

Blogs

Podcasts

NPSP

Force.com CLI

Force.com Migration Tool (ANT)

DataLoader

CLI vs ANT

  • CLI doesn’t require passwords to be stored on local device

SF DX

Tools

Things

Formulas

  • Instance URL: LEFT($Api.Partner_Server_URL_260, FIND( ‘/services’, $Api.Partner_Server_URL_260))
  • URLFOR
  • Validation Rule & Custom Setting
  • Progress Bars
  • Power of One
  • Use /one/one.app at the end of your browser to see SF1 in your browser

Bash Scripting

Chrome Extensions

Tutorials

--

--