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