- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 10:37 AM
In the platform, the "Post a Question" option allows you to pick a Knowledge Base to add the question to.
However, in the service portal, that option is not available. Should it be?
Susan Williams, Lexmark
Solved! Go to Solution.
- Labels:
-
Knowledge Management
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2018 09:54 PM
Yes, this is a known gap in the product. We have it in our backlog to address this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2019 03:15 PM
Yea, glad you got your answer. Said that about a year ago, lol.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 01:39 PM
Has this "gap" been resolved ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2018 01:26 PM
Not sure if you got an answer to this question.
You could do this by cloning the widget SQANDA Create Question and modify the lines 34 & 35 with
<sp-form-field form-model="data.f" field="data.f._fields.question_details" glide-form="getGlideForm()"></sp-form-field>
<sp-form-field form-model="data.f" field="data.f._fields.kb_knowledge_base" glide-form="getGlideForm()"></sp-form-field>
It worked for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 10:48 AM
Thanks for this! We're not needing it now, but I have bookmarked it in case we need it in the future.
Susan Williams, Lexmark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2020 12:15 PM
what if I want to show the category field on the Ask a Question portal page?
I did add the following line:
<sp-form-field form-model="data.f" field="data.f._fields.kb_category" glide-form="getGlideForm()"></sp-form-field>
The only downside is that this shows ALL kb_categories. I only want to show those categories under a specific parent and are active.
Thoughts?