Skip to main content
I have a Projects object with two children, Rates and Timesheets. Both Rates and Timesheets have fields for the Employee__c, Project__c, RT_Rates__c, and OT_Rates__c.

 

When I upload/create a Timesheet record, I want it to find the Rates record with the matching Employee__c and Project__c and update the RT_Rates__c and OT_Rates__c on the Timesheet accordingly. I feel like this isn't complicated and I'm overthinking it, but I've tried formulas on Timesheets and Workflow updates and can't get it to work. Please help!
2 件の回答
  1. 2017年6月13日 22:40
    Hello Diandre,

     

    This is not possible using process builder. You need to build a flow to do this.

     

    Fortunately, there is an knowledge article matching exactly with your use case.

     

    See here:

     

    Sample Flow to copy child Records from one object to another, and update the original items.

     

    https://help.salesforce.com/articleView?id=000214041&type=1
0/9000