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
9 months agoMertie
9 months agoDorthy
9 months agoJonelle
9 months agoNadine
9 months agoCelestina
9 months agoLoren
9 months agoHarris
9 months agoMerilyn
10 months agoDeangelo
10 months agoBrett
10 months ago