๐ External Services in Salesforce Recording is available now
โฌ๏ธ
https://youtu.be/bP37KvC5m0s
๐ Make sure you hit subscribe button for more such awesome Content
โฌ๏ธ
https://youtu.be/bP37KvC5m0s
๐ Make sure you hit subscribe button for more such awesome Content
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
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
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
Salesforce partnering with Disney for Studios Content
https://www.techrepublic.com/article/salesforce-and-disney-announce-partnership-to-enhance-studios-content/
For more join bit.ly/salesforcegeeks
https://www.techrepublic.com/article/salesforce-and-disney-announce-partnership-to-enhance-studios-content/
For more join bit.ly/salesforcegeeks
๐ค Salesforce Mock Interviews:
๐ https://www.youtube.com/playlist?list=PL9kdg63vJl6AiKhadz_W6KUKCqsl_lwfZ
๐ 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
๐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
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
โธ 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
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());
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