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
poo24poo24 

show file uploads in a popup window

I need to show the files uploaded in Attachments and Notes in a popup window......how can we do this?

 

any help would be appreciated !!

 

Thanks

Suresh RaghuramSuresh Raghuram

if your notes are in a seperate page

 

prefere winow.open('/notes page id');

 

If this answers your question, mrak it as silution.