Skip to main content
Philipp Mathis 님이 #Data Management에 질문했습니다
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개
  1. 2017년 6월 8일 오후 3:08

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

    BLANKVALUE(RFY__c,0)+

    BLANKVALUE(Services__c,0)

0/9000