Reply
Regular Visitor
ktolbod
Posts: 2
0

How to split the value of a given opportunity per month?

 

Hi

I need to spilt the value of a given opportunity per month.

Ie. a given Opptunity is worth $50 which is $25 in febuary and $25 in march and so forth.

Therefore I have create a custom object PipelineValue witch is a master-detail relationship to Opportunity. PipelineValue contains the fields Date (the month) and Value (the value the opportunity is expected to deliver in that month ).

My questions is, how do I edit the Opportunity layout, so I can add the PipelineValue to the Opportunity object where I show one textbox per year?

 

Thanks

Kristoffer