Skip to main content
I am in the Trailhead playground; I want to know the count of the opportunities in the opportunities related links. I know I could do a roll-up field, but I want to use an Apex Trigger for practice for objects that do not allow the roll-up method. Thanks.
1 respuesta
  1. 3 jun 2019, 18:34
    You need to develop a trigger handling the insert/update/delete Events on the related sobject type
0/9000