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
dev.shiv1.3478599680068948E12dev.shiv1.3478599680068948E12 

How can we write javascript on attachments standard object???

Hi,

How can we write javascript on attachment object? Is there any way to write javascript on this object. Any hints appreciated........

 

 

 

 

Thanks

-Shiva

sfdcfoxsfdcfox

I'm afraid I don't understand the question, but I presume the answer is no. Attachments are not customizable.

dev.shiv1.3478599680068948E12dev.shiv1.3478599680068948E12

I need to display the description field of attachment object in note object detail related list. For example if we view any object like account or opportunity or a case detail page, in the related list we will be having notes & attachment object together with seperate tabs for each notes and attachment. But I need to display the description field of attachment in the note records...... Any idea about this please give me a hint..........

 

 

 

 

Thanks

sfdcfoxsfdcfox

You'll need to write a Visualforce page for this, or attempt a jQuery hack (possible, but tricky). Unless it's absolutely required, I'd suggest you just leave it for another day.