A developer has the following trigger that fires after insert and creates a child case whenever a new case is
created.
List<Case> childCases = new List<Case>();
for (Case parent : Trigger.new )
{
Case child = new Case(ParentId = parent.Id, Subject = parent.Subject);
childCases.add( child );
}
insert childCases;
Which unexpected behavior happens after the code block executes?
created.
List<Case> childCases = new List<Case>();
for (Case parent : Trigger.new )
{
Case child = new Case(ParentId = parent.Id, Subject = parent.Subject);
childCases.add( child );
}
insert childCases;
Which unexpected behavior happens after the code block executes?
Salesforce Geeks
A developer has the following trigger that fires after insert and creates a child case whenever a new case is created. List<Case> childCases = new List<Case>(); for (Case parent : Trigger.new ) { Case child = new Case(ParentId = parent.Id, Subject = parent.Subject);…
AnyBody want to Answer then tell us in the Discussion group
Preparation for Your Salesforce Administrator Certification: https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qO9T
Preparation for Your Salesforce Platform Developer Certification:
https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qO9d
Preparation for Your Salesforce Sales Cloud Consultant Certification:
https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qO9i
Preparation for Your Service Cloud Consultant Certification:
https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qO9n
Preparation for Your Salesforce Marketing Cloud Email Marketers Certification
https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qORr
for more
t.me/salesforcegeek
Preparation for Your Salesforce Platform Developer Certification:
https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qO9d
Preparation for Your Salesforce Sales Cloud Consultant Certification:
https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qO9i
Preparation for Your Service Cloud Consultant Certification:
https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qO9n
Preparation for Your Salesforce Marketing Cloud Email Marketers Certification
https://help.salesforce.com/LA_ShoppingCart?id=a1y3y000000qORr
for more
t.me/salesforcegeek
Our program #Journey2Salesforce in India,
🆓 Is Online and free
🤝 Facilitates employer connections
⏲️ Has no deadlines
👥 Offers mentorship from the Trailblazer community
🎉 Offers a chance to win certification vouchers and schwags
Please note: This program is only for legal residents of India. Students with no work experience and professionals who are already working in the Salesforce ecosystem are also not eligible for the program.
Share with the right person
You can register here: https://t.co/OX8Cqd9iqe
For more join t.me/salesforcegeek
🆓 Is Online and free
🤝 Facilitates employer connections
⏲️ Has no deadlines
👥 Offers mentorship from the Trailblazer community
🎉 Offers a chance to win certification vouchers and schwags
Please note: This program is only for legal residents of India. Students with no work experience and professionals who are already working in the Salesforce ecosystem are also not eligible for the program.
Share with the right person
You can register here: https://t.co/OX8Cqd9iqe
For more join t.me/salesforcegeek
#COVID19 tracker is live with the help of aura component and API's built a simple COVID19 impact tracker which showing you stats of all the countries accross the world.
Check it out
https://youtu.be/3EhQG6FpBgo
Check it out
https://youtu.be/3EhQG6FpBgo
Are you bored creating salesforce object fields again and again?.....
Check out this method to create more than 1 salesforce field with one click.
Link: https://bit.ly/2zSx0ps
This will save your time and doesn't make you feel bored.
Keep learning keep sharing
Check out this method to create more than 1 salesforce field with one click.
Link: https://bit.ly/2zSx0ps
This will save your time and doesn't make you feel bored.
Keep learning keep sharing
YouTube
Create Multiple Salesforce fields with single Click by Field Creator App - Salesforce Geek
In this video, we are going to discuss how to create multiple salesforce fields with a single click.
Field Creator App Link: https://fieldcreator.herokuapp.com/
Connect with me:
TRAIL MIX:. https://sforce.co/36wD9Ea
WEBSITE: http://bit.ly/websfdcgeek…
Field Creator App Link: https://fieldcreator.herokuapp.com/
Connect with me:
TRAIL MIX:. https://sforce.co/36wD9Ea
WEBSITE: http://bit.ly/websfdcgeek…
Job ALERT : https://www.linkedin.com/posts/activity-6699190559501889537-Nny7
FOR MORE: t.me/salesforcegeek
FOR MORE: t.me/salesforcegeek
Check out all the key dates for Winter '21 in our handy dandy infographic. https://t.co/csPRuAkvPt
For more t.me/salesforcegeek
For more t.me/salesforcegeek
Summer '20 Flow Features: Record Triggered Flows
Now you have the power of creating AFTER Trigger from Salesforce Flows
Here I created a scenario to demonstrate After Save Update in #Salesforce Flows
#salesforcegeek
Check it out👇
https://youtu.be/x6xfFOFx8Cs
Now you have the power of creating AFTER Trigger from Salesforce Flows
Here I created a scenario to demonstrate After Save Update in #Salesforce Flows
#salesforcegeek
Check it out👇
https://youtu.be/x6xfFOFx8Cs
YouTube
After Save Update in the Salesforce Summer '20 Flow Builder - Record Triggered Flows
In this video I'm covering Summer '20 Flow Builder Feature i.e After Save Update which came under Record Triggered Flows So Check it out to learn more about After Save Update in #Salesforce #Flows
Record-Triggered Flow
Launches when a record is created…
Record-Triggered Flow
Launches when a record is created…
🥾 Trailhead Virtual Bootcamp for New Admins and Platform Devs Special $199 (regular price $900) ✨Offer Extended✨.
Admins! Get into shape at the Trailhead Virtual Bootcamp for New Admins (TVB201) ➡️ Register today: https://sforce.co/3fqvc6f
Devs! Join Salesforce Dev experts for Trailhead Virtual Bootcamp for Platform Developer I (TVB450) ➡️ Register today: https://sforce.co/3gt5EH3
for more t.me/salesforcegeek
Admins! Get into shape at the Trailhead Virtual Bootcamp for New Admins (TVB201) ➡️ Register today: https://sforce.co/3fqvc6f
Devs! Join Salesforce Dev experts for Trailhead Virtual Bootcamp for Platform Developer I (TVB450) ➡️ Register today: https://sforce.co/3gt5EH3
for more t.me/salesforcegeek
Here is the very first video of the series
Topic: Screen flow to create a Contact form with upload file screen component
Learnings:
1. How to use upload file component ?
2. How to use decision Element in your flow?
3. How to place your flow over Salesforce community
Check it out: https://youtu.be/tz9ZAJ8_gbU
Topic: Screen flow to create a Contact form with upload file screen component
Learnings:
1. How to use upload file component ?
2. How to use decision Element in your flow?
3. How to place your flow over Salesforce community
Check it out: https://youtu.be/tz9ZAJ8_gbU