I have 3 custom amount fields (currency) on my opportunity page layout that I would like to automatically add in sum to the default amount field.
How can I do that? Could you help me set-up a workflow?
So I'm having those fields:
RFY: 100
Services: 100
Bookings: 100
total 300
so I'd like to have the 300 automatically added to the default amount field and not having the sales reps to manually calculate the total and add it.
Many thanks,
Philipp
5 Antworten
In that case just change the field update formula to the below
BLANKVALUE(RFY__c,0)+
BLANKVALUE(Services__c,0)