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
Tulasiram ChippalaTulasiram Chippala 

How to get note related to a task

How can we get the note related to a particular task object using SOQL. i have a requirement like there is a note on task, whenever i tried to create new note for the same task it has to append with old note values.
User-added image 
Manohar kumarManohar kumar

Hi, 

can you pls tell more about your requirement. If you create a not for a task, then it will automatically show related notes in the realted list off a task. 

Thanks,
Manohar

Tulasiram ChippalaTulasiram Chippala
How we can get that note which is related to that particular task using a soql query.