• Exior-Adv
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

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?