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
Arunkumar KathirArunkumar Kathir 

Button on Meeting Notes

When you are looking at a Meeting Note is it possible to have a button to be able to go to the list of all meetings associated with the same Account?

Jia HuJia Hu
What do you mean Meeting Notes?
If you use standard Notes on the objects, you can get the Spelling Check button on the interface.
Arunkumar KathirArunkumar Kathir

Sorry, Meeting Notes is a custom object in my project. That object has look up relationship with Account and Oppty. When I'm looking at a Meeting Note record, is it possible to have a button to be able to go to the list of all meetings associated with the same Account/Oppty?

Jia HuJia Hu
Yeah, basically you can do this.

Add a custom button or link on the Meeting Notes object and set the type as VF page. In this VF page, query and generate a list of all meetings of one Account.

Then on the Meeting Notes record detail page, when the end user lick this button/link, in the pop-up VF page window, user can see the list.