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
Air FoxxAir Foxx 

Updating formula field on Visualforce page

I’m new to visualforce pages, so any help is appreciated. I’m trying to build a form that requires the user to select a title from a master-detail lookup field, which causes a formula field to be updated thereby displaying a name from the parent object. After selecting the title, the formula field is not updating. I’ve tried several approaches, including the recalculateformulas() method, but can’t get the formula field name to appear after selecting the title. Is what I’m attempting possible? If so, please provide a sample approach. Thanks.