function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kimberly AronsonKimberly Aronson 

Apex Trigger for Child Object Changes

How do I create and apex trigger to update a chatter feed post based on the child object changes 
Miguel Nuñez Díaz-MontesMiguel Nuñez Díaz-Montes
You should create it directly in the child object, filtering the only changes you want and updating the chatter feed on the parent object. This parent object can be selected using the relationship field, (for example, Case.ParentId for getting the parent case of a child case)