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
jneilanjneilan 

Updating Parent Object Field From Child Field

Hello,

 

I have created a custom object called Custom Data Request with a Master-Detail relationship to the standard Opportunity object.  I am trying to figure out a way to automatically update a field on the Opportunity object when one of the fields on the Custom Data Object is updated.  I've tried Cross-Object Formulas, but was told that you can't update a parent from a child with these.  I've also tried to create a Workflow Field Update, but when I put in the formula Custom_Data_Request__r.Total_Value__c, I get an error that "field Custom_Data_Request__r does not exist."  I am not up to speed on APEX coding, so I don't know how to create triggers.  Does anyone have suggestions on how to make this work?  Thanks.

wesnoltewesnolte

Hey

 

Sorry to say triggers are probably your best best.

 

Cheers,

Wes