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
VirijaVirija 

Notes and Attachments

I have a related list called Notes and attachments in Accounts. For every note and attachment a checkbox called active is present to represent the status. I have to create a functionality to display only active notes and attachments. I also have to create a checkbox or some other field called "show all records", and when the user selects that checkbox, all active and inactive notes and attachments must be displayed.

 

Thank You in advance for the help.

Saravanan @CreationSaravanan @Creation

Hi,

 

the only solution is you need to create visualforce page for account then only you can able to achieve this

functionality
.

you can able to query the notes and Attachment for reference NotesAndAttachment object Fields API Names