Skip to main content
Hello Community

 

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
  1. 8. Juni 2017, 15:08

    In that case just change the field update formula to the below

    BLANKVALUE(RFY__c,0)+

    BLANKVALUE(Services__c,0)

0/9000