Would really appreciate some help with this. I’m working with 2 models and need to update a field on the primary model itself as well as pass a value to another model.I’m using some action framework but it’s not working (i’m sure it’s user error)
Technical Requirement
Model 1 (Customer_Number_master) mthis is the child object]
Model 2 (Acct) 2This is the parent object]
Desired Behavior
When a row in Model 1 is update and saved, I need 2 events to happen:
- On Model 1-Update a field with a value from another field
- On Model 2- Update a field with a value from Model 1
Below is a screenshot of what I have.
Thanks in advance.