Salesforce Geeks
13K subscribers
1.18K 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
๐Ÿ“Œ External Services in Salesforce Recording is available now

โฌ‡๏ธ
https://youtu.be/bP37KvC5m0s

๐Ÿ“Œ Make sure you hit subscribe button for more such awesome Content
Job Alert๐Ÿšจ

For more join bit.ly/salesforcegeeks
Forwarded from PantherSchools (Amit Singh)
Can we change the Profile of the Default Salesforce Admin in Salesforce ORG?
Anonymous Quiz
37%
Yes
49%
No
8%
Yes, Using Apex
2%
Yes, Using Flows
4%
None of the Above
Job Alert๐Ÿšจ Fresher's

For more join bit.ly/salesforcegeeks
Hey Folks do you want to know How far #Salesforce Flows came from 2019 to 2021.
Back In 2019, I created a scenario over my channel Salesforce Geek that requires the power of both process builder and flow.
But now you can do that with the power of Record Triggered Salesforce flow.

Must checkout these 2 scenarios
2019: https://lnkd.in/gF5zKVD
2021: https://lnkd.in/gDG7ZcB

for more join bit.ly/salesforcegeeks
๐Ÿ”ฅDocumented Stuff๐Ÿ˜

This is the first trigger I wrote for a company to get a Salesforce developer trainee role.

You guys can also share your first experience๐Ÿ‘จโ€๐Ÿ’ป in the comment๐Ÿ‘‡
Job Alert ๐Ÿ•œ

For more join bit.ly/salesforcegeeks
Forwarded from PantherSchools (Amit Singh)
๐Ÿ“Œ Hiring Alert
Job Alert๐Ÿšจ Fresher's

For more join bit.ly/salesforcegeeks
Job Alert๐Ÿšจ Fresher's

For more join bit.ly/salesforcegeeks
๐Ÿค“ Salesforce Mock Interviews:
๐Ÿ‘‰ https://www.youtube.com/playlist?list=PL9kdg63vJl6AiKhadz_W6KUKCqsl_lwfZ
๐Ÿ‘‰In this video I'm explaining about the Autolaunched Flow to create Contact with Task on each Account.

๐Ÿ‘‰Concepts that you can learn with this video.

โœด๏ธHow to use decision Element in Salesforce Flow
โœด๏ธHow to create a loop in Salesforce Flow
โ‡๏ธHow to provide dynamic names to the Contacts when you are going to create multiple Contact records.
โ‡๏ธHow to set values via assignments in flow.
โœด๏ธHow to add another record to a collection and handle DML (database actions) outside of the loop.
โœด๏ธSteps for Creating Task and link that Task to the respective contact.
โ‡๏ธHow to send an Email.
โ‡๏ธLearn How to debug the Flow.

Check it out ๐Ÿ‘‡
https://youtu.be/37KrxoxrSZ0
Question of the Day? Comment box is open for the Answers๐Ÿ‘‡
21 JavaScript Array Methods โ†“

โžธ map
โžธ filter
โžธ indexOf
โžธ reduce
โžธ reverse
โžธ concat
โžธ slice
โžธ splice
โžธ join
โžธ lastIndexOf
โžธ fill
โžธ find
โžธ findIndex
โžธ includes
โžธ some
โžธ forEach
โžธ push
โžธ pop
โžธ shift
โžธ unshift
โžธ every
Credit: @Prathkum (twitter)

For more join bit.ly/salesforcegeeks
Thank you for the 3000 :) youtube.com/salesforcegeek
Job Alert ๐Ÿšจ
for more join bit.ly/salesforcegeeks
A developer runs the following anonymous code
block.
List<Account> acc = [SELECT Id FROM Account LIMIT 10]; Delete acc; Database.emptyRecycleBin(acc); system.debug(Limits.getDMLStatements()+', '+Limits.getLimitDMLStatements());
Anonymous Quiz
81%
2, 150
19%
2, 250
Also share the explanation in the Group