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; What happens after the code block executes?
Lanie
10 months agoMertie
10 months agoDorthy
10 months agoJonelle
11 months agoNadine
11 months agoCelestina
11 months agoLoren
11 months agoHarris
11 months agoMerilyn
11 months agoDeangelo
11 months agoBrett
11 months ago