You need to sign in to do that
Don't have an account?

How to query on ideacomment object
Hi all,
I want to retrive comment value from ideacomment object
I want to retrive comment value from ideacomment object
You need to sign in to do that
Don't have an account?
IdeaComment can be queried by passing a single IdeaId or a list of Ids.
Here is the sample query to fetch the Comment Content.
You can replace the IdeaId value with a sub query on Idea object itself.
Hope this helps.
All Answers
IdeaComment can be queried by passing a single IdeaId or a list of Ids.
Here is the sample query to fetch the Comment Content.
You can replace the IdeaId value with a sub query on Idea object itself.
Hope this helps.