function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mahimahi 

query about Expected Revenue field under Opportunity object

Expected Revenue is read-only field displayed only after creating an opportunity. i guess it is calculated from multiplication of Amount and Percentage fields (displayed in page layout).
my problem is no validation rule is working upon this field (Expected Revenue).
for eg. i put ExpectedRevenue < 10000 in validation rule but it always fails.
please help me out.
 
thanks,
Mahesh
NasipuriNasipuri

Yes, Mahesh.

You are correct.

Expected revenue is calculated from multiplication of Amount and Percentage fields.

You can write Opportunity validation rules using (Probability  *  Amount) instead of using  Expected revenue field.

I think this will solve your problem.

Thanks,

Dinesh Nasipuri

Dinesh.Nasipuri@gmail.com

mahimahi

Thanks Dinesh.

But is there no way to validate Expected Revenue field?

Also is it universal that Expected Revenue is calculated from same formula ?

Thanks,

Mahesh