You need to sign in to do that
Don't have an account?

Trigger to update field in a parent record based on child record
Hi ,
i am looking to write a trigger for the following scenario.
I am trying to update a field Lineitem_Status__c in the parent record(Contact object). based on the value of a field (Status__C) in the child record(which is a custom object).If the parent record(Contact) has more than one child record then the last updated value should be updated to the parent field.
Any assistance with code or any other work around for this is much appreciated!!
Thanks!!
i am looking to write a trigger for the following scenario.
I am trying to update a field Lineitem_Status__c in the parent record(Contact object). based on the value of a field (Status__C) in the child record(which is a custom object).If the parent record(Contact) has more than one child record then the last updated value should be updated to the parent field.
Any assistance with code or any other work around for this is much appreciated!!
Thanks!!
No need to write triggers if you don't have to.
Thx
as its not possible to field update the parent field based on the child value