Any ideas on how to update a field on a Parent Record when a Child Custom Record is created? 🤔
Ex. Each Employee Record has Salary Change Records (custom rec). When a Salary Change Record is created, I want the Salary field on the parent Employee Record to get updated (based on value set in custom rec). I'm having a hard time figuring this out.
(I know it's Set Field Value, but how to set values on a different kind of record?)