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
prazonprazon 

Help required: Opportunity probability value not auto-populating

 

 

In the visual force page layout I have made the following fields in edit mode

 

<apex:inputField value="{!opp.Name}"/>
            <apex:inputField value="{!opp.StageName}" onchange="probPopulator()"/>
            <apex:inputField value="{!opp.Ablehnungsgrund__c}"/>


In the class it is following:

Opportunity opp{get;set;}

 

 

 

but unlike normal edit page layout probability is not auto populating. Please tell me what can be the way out.

prazonprazon

sorry it will be

 

<apex:inputField value="{!opp.Probability}"/>

 

why the value is not binding...??

yvk431yvk431

hi,

 

any update on this. I got stuck with the same issue.

 

--yvk