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