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
Kate StarostinaKate Starostina 

Question About Process Builder

I am trying to do something and wondering if I need code, or if I can do it in Process Builder.  I want the process to work as follows:

I have two objects Opportunity Products (standard) and Inventory (custom).  On the Opp Products object, I have a field called "Serial Number" which is a look up field to Inventory.  On the Inventory object side I have a field called "SN Assigned" which is a check box.  The user then navigates to the Serial Number field on the Opp Product, uses the look up functionality to pick a Serial Number and hits save.  What I want to happen at that point is for the "SN Assigned" checkbox on the related Serial Number record to be checked.

How can I do this without code, if possible.
Andrew SchellAndrew Schell
Hi Kate,

I am still working to get my Developer Cert but this sounds alot like (n+1) functions within code. If you figure it out let the forum know but I am sensing "this you have to code"