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