Hi,
My scenario is as follows: I have several Opportunities that are linked to a single Contact. I'd like to be able to calculate the total $ value of all opportunities of the same Contact every time an opportunity is created/updated.
Under Contact, I created a custom attribute Total Amount (contact.c_totalAmount)
I created a workflow that is triggered by an Opportunity being created--> Change Record: to the related Contact --> Update Record: Total Amount = {c_totalAmount} + {opportunity.quoteAmount}
I expected that a Chained Attribute won't work, because there's no