Help!!! Knowledge article ''Publish'' button is missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 04:52 PM
Knowledge articles are missing the ''Publish'' button when created. Stuck in ''review'' workflow. How do I get the ''publish'' button to display on the knowledge form??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 05:03 PM
Are there any approvals tied to the Articles waiting to be approved??
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2019 06:09 AM
No. The articles do not require any.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2019 06:38 AM
Hi Kiff
Please let us know is there any workflow trigerred for previously published articles . And please go through the below link it will help you .
https://community.servicenow.com/community?id=community_blog&sys_id=ec5e2aaddbd0dbc01dcaf3231f961939&view_source=searchResult
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2019 06:40 AM
check ui action ''Publish'' button contion
!(new KBCommon().isStackNameDialog()) && (new KBKnowledge().canPublish(current))
check this ui action condtion
Please, remember to mark Correct or Helpful if you find my response useful.