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
Patrick BarthPatrick Barth 

I created a simple Process in Process Builder and it works for some but not all instances. HELP!

I am working with a couple different objects:  Accounts<Locations<Serial Number<Service Call and made a process whereby a check box titled "PM" is available in the Service Call.  If the PM box is checked then it will look at the Date of Visit and use that date and input it into Date of Last PM under the Serial number, one object up.  It works for some but doesn't work for others.  I am trying to find out why.

Thank you!
sridhar sivaramansridhar sivaraman
Hi,

My suggestion would be to create a flow if you have to loop through several record of a child object to update a field in parent.