- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2019 09:29 AM
I have a customized ticket conversation widget on the case table.
I get the entries using the line
data.stream = $sp.getStream(data.table, data.sys_id);
The internal servicenow UI shows the case has 102 Comments (client visible) entries order desc on date created.
However on the portal after the line
data.stream = $sp.getStream(data.table, data.sys_id);
data.stream.entries is only showing only 98 entries.
The first 4 comment entries after the case creation are not being displayed on the portal side. See attachments.
The number of comments on the case (102 records) and the number of rows in the table 'sys_journal_field' for this case and 'comment' element match.
Why is $sp.getStream returning only 98 records. Also is there a way I can test $sp.getStream as a background script to see the results?
Vinod Kumar Kachineni
Community Rising Star 2022
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2019 08:10 PM
You can configure the number of entries users can see in the ticket conversation widget by configuring system property glide.service_portal.stream_entry_limit
Have a look at the following documents:
Let me know if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2019 12:10 PM
Hi ...Any help on this issue?
Vinod Kumar Kachineni
Community Rising Star 2022

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2019 08:10 PM
You can configure the number of entries users can see in the ticket conversation widget by configuring system property glide.service_portal.stream_entry_limit
Have a look at the following documents:
Let me know if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 11:53 PM
Hi @Ankur Sharma @vkachineni ,
I have similar issue but its quite different in my case, I have the OOTB limit i.e.100. and In a record it has 75 comments. means it should show all 75 comments as we have the limit as 100 entries. But it is just showing 15. When i am increasing the limit to 300 then i can see 75 comments. Please let me know if you can help me on this.
Thanks,
Prashant