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
MTBRiderMTBRider 

Replicating dependency between Sales stage and Prob %

Does anyone know a good way to replicate the dependency between the Sales Stage and Probability % that you would have with a standard Opportunity screen if you are creating a custom Opportunity screen in Visual Force?  Just like in an out of the box Opp screen, when the user selects a sales stage, I want to corresponding Prob % to populate.
 
Thanks
RickyGRickyG
Sure - you could trigger an action in the controller to set the value, and then do a rerender for the field itself.

Hope this helps.
Vegaln1Vegaln1

Hello RickyG...Would you be able to provide a sample of this... both in the controller and VF page?

Regards,

Terry