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
priya bhawna shettypriya bhawna shetty 

visualforce page saving related

hello guys
please answer me this requirement
i displayed list of opportunity names along with Editable input field stagenames parallelly  so when i enter any stagename and after clicking save ,all stagenames has to be updated at once.

tnks  
Vamsi KrishnaVamsi Krishna
priya,
if you have used apex:inputfield to display the stage names of the opportunity, when you change the values, it will get mapped back to your opporuntity records in the controller..

all you need to do in your Save button action method is to update back the opportunities to database.
priya bhawna shettypriya bhawna shetty
thanks a lot vamsi