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
Exior-AdvExior-Adv 

Auto update a record using visualforce

I want to create an Inline Visualforce that auto update the record when the page is viewed.

So I created a page that calls a component controlled by a custom controller.

 

It's possible to include an action in this component that calls a function to update the record when the page is visualized for the user?

Can someone help me?

HaroldHarold

Can you be a little more specific?  What is changing the values of the records that would require them to be updated when someone is viewing the page.  When you say updated, do you just want the values to reload when they view the page or actual update to the database?