Salesforce Geeks
12.9K subscribers
1.17K photos
7 videos
45 files
1.7K links
If your Goal is to learn Salesforce as Quickly as possible, Join this like minded Salesforce Folks Community.

Salesforce Free & Paid Courses - https://bit.ly/cloudpadhle-courses

youtube: youtube.com/salesforcegeek

NOTE : Dumps = Permanent Ban
Download Telegram
Discussion Group of this Channel

https://t.me/+gvOoGgPfMS85MDhl

Also you ca join this group of this channel if you want to interact or having some issues related to your usecase.

https://t.me/+gvOoGgPfMS85MDhl
Salesforce Geeks pinned Deleted message
Job Alert 🚨
for more join bit.ly/salesforcegeeks
Do you feel writing INTERESTED in the comment section of a Job Post will helpπŸ˜…?
Anonymous Poll
58%
Yes πŸ‘
32%
NO πŸ‘Ž
10%
Hell No 😑
What is Agile?

For more Join bit.ly/salesforcegeeks
πŸ΄β€β˜ οΈ Treasure Hunt Spring 22 release is live (preview orgs).

πŸ‘‡ Below are my Findings for Salesforce Flow till now.

πŸ”Έ Flow Trigger Explorer - for Record Triggered Flow a very cool UI to explain the journey of the RT Flow

πŸ”Έ New Addition of Logic Element - Collection Filter - You can add an additional filter to the collection variable.

☁️ Salesforce Flows are the future so start learning Salesforce flow from Salesforce Flow for Beginners Series

πŸ”— https://lnkd.in/gGPHagYb
Message from SFDC panther it’s really disappointing youtube playing it’s monopoly like this😑
Forwarded from PantherSchools (Amit Singh)
πŸ›‘ Important Announcement πŸ›‘

Hello Guys,

I have recieved an email from Google that my YouTube channel might get deleted ( due to some issue ) because of some issues I am not clear with them and they did not cleared it yet.

➑️ I have created a back-up channel and here is the link

πŸ”—https://youtube.com/channel/UC3UHYTdugstEekjq7Po7dmg

πŸ”ΆPlease do like share and subscribe this channel so if old one get deleted then I will upload the new videos here in this channel.
Sales Cloud Consultant Certification Notes -


Some Common Limitations -

πŸ”ΈHistorical trend reports are supported only for matrix reports.
πŸ”ΈYou can’t import documents into an org using the Data Import Wizard.
πŸ”ΈSearch options are unavailable to Chatter Free users

For more Join bit.ly/salesforcegeeks
Salesforce Apex Code Optimization -

πŸ”ΈDon't put DML or SOQL Inside Loops
πŸ”ΈLimiting data rows for lists
πŸ”ΈDisabling Debug Mode for production
πŸ”ΈStop Describing every time and use Caching of the described object
πŸ”ΈAvoid .size() and use .isEmpty()
πŸ”ΈUse Filter in SOQL
πŸ”ΈLimit depth relationship code
πŸ”ΈAvoid Heap Size
πŸ”ΈOptimize Trigger
πŸ”ΈBulkify Code
πŸ”ΈForeign Key Relationship in SOQL
πŸ”ΈDefer Sharing Rules
πŸ”ΈUse collection like Map
πŸ”ΈQuerying Large Data Sets
πŸ”ΈUse Asynchronous methods
πŸ”ΈAvoid Hardcode in code
πŸ”ΈUse Platform Caching
πŸ”ΈUse property initializer for test class
πŸ”ΈUnwanted Code Execution

Post Credit - https://salesforcecodex.com/salesforce/optimizing-salesforce-apex-code/