Salesforce Geeks
12.9K subscribers
1.17K photos
7 videos
45 files
1.69K 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
๐Ÿ”ถ Question for the day.

The Maximum no of Master-Detail relationship allow on an Object?
Anonymous Quiz
9%
1
77%
2
4%
3
10%
4
๐Ÿ”ธLearn Salesforce record Triggered Flows

๐Ÿ”—https://www.youtube.com/playlist?list=PL9kdg63vJl6Dqehsse9dZCwSLEl4LErxe

for more join bit.ly/salesforcegeeks
Forwarded from Deleted Account
Mule4 Developer CookBook for Beginners - MuleSoft TechZone.pdf
14 MB
Mule4 Developer CookBook for Beginners - MuleSoft TechZone.pdf
Books who want to prepare for the CTA Exam

Suggestion by -
https://www.linkedin.com/posts/digitalbhardwaj_journey2cta-activity-6879286722182684672-KvRa

Salesforce Architect Handbook -
https://amzn.to/3Jdf9ss
Becoming a Salesforce Certified Technical Architect -
https://amzn.to/3qelFa0

for more join -
bit.ly/salesforcegeeks
๐Ÿ”ธ A new addition to the Record Triggered flows playlist
๐Ÿ”— https://lnkd.in/gK-A84Zn

๐Ÿ”ธ Business Usecase - Whenever a lead status is changed to Working-Contacted add that lead to a specific campaign as a campaign member

๐Ÿ”ธ In this video, I also explained how to think to build your flow and the difference between these 2 conditions ๐Ÿ‘‡

๐Ÿ”ธ Every time a record is updated and meets the condition requirements
๐Ÿ”ธ Only when a record is updated to meet the condition requirements

๐Ÿ”ธ Check it out ๐Ÿ‘‡
๐Ÿ”— https://youtu.be/LWmRX-4f_OQ
Soon Going to Launch a New Course Salesforce Apex Development for Beginners
- for members only

Thank you for all the Supportโ€ฆ..
The Salesforce Spring 22 Release Notes are live now!
Let the #Spring22Treasure hunt begin.
https://lnkd.in/gP8cUMbs

#salesforce #spring22 #released
Salesforce Job Alert ๐Ÿšจ for Freshers

For more join bit.ly/salesforcegeeks
๐Ÿ“ŒComplete Roadmap for Beginners in Salesforce - Admin & Development

This contains a document ๐Ÿ“ƒ which have the complete step by step path to follow for any salesforce admin or development.

โšกโšกLink to salesforce admin and development path
๐Ÿ“Œhttps://lnkd.in/gE5F4D4w

This document also includes the live project

๐Ÿ“ŒLink to live project
โšกhttps://lnkd.in/gNbwve9p

๐Ÿ“Œ6 Best Salesforce Development Training Courses
๐Ÿงทhttps://lnkd.in/g2Q_UCWG

โ™ฅ๏ธBest Book for Beginners to Learn Salesforce Apex
๐Ÿ”— https://amzn.to/3aX0r9D

For more join ๐Ÿ“Œ
https://lnkd.in/gH_CFGe


Special Thanks to Amit Singh ๐Ÿ‡ฎ๐Ÿ‡ณ (sfdcpanther)for sharing this doc with us๐Ÿ˜

Share with those who are New Joiners to the Salesforce Ecosystem Hope this Helps๐Ÿคฉ
Question of the Day -

Do we need to write the test class for the below Apex Class (Answer in Comment Box ๐Ÿ‘‡)

public class PP_SI_Wrapper {
public class checkBoxWrapper{
@AuraEnabled public String que;
@AuraEnabled public Boolean val;
}

public class empWrapper {

public Integer intId;
public String strName;
public String strEmpName ;
public String strGloId;
}
}
Integration Basics
Forwarded from PantherSchools (Amit Singh)
Forwarded from PantherSchools (Amit Chaudhary)
We are back again with another FREE Training in Apex Hours. The Salesforce Service Cloud learning adventure is here !!!

Training Starting from JAN 03, 2022 09:00 AM EST (7:30 PM IST ). https://www.apexhours.com/salesforce-service-cloud-training/
Salesforce Geeks
Question of the Day - Do we need to write the test class for the below Apex Class (Answer in Comment Box ๐Ÿ‘‡) public class PP_SI_Wrapper { public class checkBoxWrapper{ @AuraEnabled public String que; @AuraEnabled public Boolean val; โ€ฆ
So we donโ€™t need write test class as all of the code is for variable declaration

One more point if you run test and check in the code coverages of classes you will see this class is not even in the list.