How to get particular count number of additional comments
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 01:47 AM
Hi Team,
Can anyone help me how to the get 3rd additional comment from request?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 02:08 AM - edited 10-21-2024 02:08 AM
Hi Priya,
The below would give you first 3 comments, form there you can pick the oldest.
gr.comments.getJournalEntry(3)
gr is the glide object to the record, you can use current of object to the record.
-Anurag