- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2022 11:55 PM
As the Knowledge contributor, I would like to have "Save" button on knowledge Article and block forms when the workflow is "Draft" or "Review" So that my changes are saved when I click Save button.
And I know this is complete when Save button is added on knowledge article and block forms when the workflow is Draft and Review.
Publish, update, search for duplicates and discard buttons are visible on the forms.
Solved! Go to Solution.
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 05:06 AM
Hi, you can create new Save form button on knowledge article table having below line in UI action script
current.insert();
action.setRedirectURL(current);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 05:06 AM
Hi, you can create new Save form button on knowledge article table having below line in UI action script
current.insert();
action.setRedirectURL(current);