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
Laurent LemireLaurent Lemire 

refresh the notes and attachment tab from a visualforce page

Hi,

I have a canvas in a visualforce page that upload an document to the notes and attachment tab, but after sending the document, it will not appear until I refresh the whole page, so I was wondering if it was possible to refresh the notes and attachment tab after it received the new document.

With events, my canvas app can notify my visualforce page when the upload is finished, but I can't seem to find a way to just refresh part of the page.

If anyone could help me with this, it would be great.