Where do we set the ui page to view/render knowledge article?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 11:29 PM
Where can I set the ui page redirection to view knowledge article.
My knowledge articles where redirection is kb_view.do shows "Knowledge record not found" when viewed.
While those articles redirected to kb_view_cust.do shows the article content.
When i tried to manually edit the articles with issues' link to kb_view_cust.do, the article content can now be viewed.
Please advise.
We have migrated to knowledge v3.
Thank you very much.
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 12:20 AM
Hello,
This link will help you : http://wiki.servicenow.com/index.php?title=Migrating_to_Knowledge_Management_v3#Knowledge_Article_Vi...
Thanks,
Vinitha.K
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 12:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 12:47 AM
New or expired article?
Check how the value is set for the variable? - ${knowledgeExists}
Thanks,
Vinitha.K
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 12:59 AM
Hello,
This is a published article created under a new Knowledge base.
knowledgeExists is set as this:
var knowledgeExists = kbViewModel.knowledgeExists;
I don't know how to check this