- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 12:15 PM
Hi Experts,
I need to add second journal field for sysapproval_approver table. I created field and checked that users can use this field but when i try to using it in Portal view data received from $sp.getStream(data.table, data.sys_id); returning only 1 journal field. Is there any way for this query to display custom journal field also?
BR,
Kamil
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 06:29 AM
I was able to figure it out 🙂
Below is my solution.Basically i adding second journal field manually to data.stream.journal_fields array.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 12:55 PM
Hi,
By design, I believe the ticket conversations widget is set to look at all journal field entries within the activity formatter. So whether you have 1 or 3, the entries would show in the activity stream and in your case, the ticket conversations widget.
Any comment left on the portal, would route to the comments field.
I'm unsure if you're saying your journal field entries are not showing at all (ensure you have actual journal field entries for that field actually captured and that field is set to show in the activity formatter) or if you're wanting the user to be able to pick this custom journal field and leave an entry there?
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
I invite you to check out our Ask the Experts community series and consider subscribing to our ServiceNow Developer YouTube channel!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 03:55 PM
Hi Allen,
I see journal field entries for this field. I want the user to be able to pick this custom journal field and leave an entry there from Portal.
BR,
Kamil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 06:29 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 07:14 AM
Hi,
Nice work.
If any other reply was Helpful along the way, please mark it as such.
Take care! 🙂
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
I invite you to check out our Ask the Experts community series and consider subscribing to our ServiceNow Developer YouTube channel!