- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 09:37 AM
I'm feeling like an idiot here but I just can't get this to work correctly. I have a related list created that shows any KB article for the specified CI and that works fine. The problem is that is shows ALL versions, not just the current published one. No matter what I do, I can't seem to get only the published versions only.
Here is my current version of the relationship:
Anyone out there able to show me where I'm going wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 09:53 AM
Is that a different related list? I see the title says Knowledge but in the relationship that you created, the name is "KB Articles"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 09:43 AM
Line 8, try
publishedKB.push(pubKB.getValue("sys_id").toString());
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 09:50 AM
Thanks. Tried that but am still getting both a published and a review version showing. It's like the query isn't adding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 09:53 AM
Is that a different related list? I see the title says Knowledge but in the relationship that you created, the name is "KB Articles"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 09:55 AM
You can just add an additional filter to that related list