Display content items on Service Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 12:39 PM
I have a SC category titled "Knowledge/Info" which contains content items linking out to external content. In the new Helsinki Service Portal, I added an icon link widget to this category but no items are displayed. Any thoughts?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 05:58 PM
You have it associated with a Catalog(s) too?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2016 11:36 AM
Yes, it's associated with the Services Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2016 07:36 PM
I notice that in the Service Portal Configuration Page, the widgets for SC Category has content_item type restricted.
function prepQuery(gr) {
gr.addQuery('sc_category', sc.getUniqueValue());
gr.addQuery('sc_cat_item.active', true);
gr.addQuery('sc_cat_item.visible_standalone', true);
gr.addQuery('sc_cat_item.sys_class_name', 'NOT IN', 'sc_cat_item_wizard,sc_cat_item_content');
}
I tried to remove the restriction by changing the widgets.
Although I can now see the Content_item types of catalog items, I could work with it.
Perhaps, the Service Portal currently does not support rendering of such content types.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2016 07:37 PM
typo ... I meant ...
Although I can now see the Content_item types of catalog items, I could NOT work with it.