How to add a "Save" button on knowledge article.

Rajitha Sunkara
Tera Contributor

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.

1 ACCEPTED SOLUTION

Kalyani Jangam1
Mega Sage
Mega Sage

Hi, you can create new Save form button on knowledge article table having below line in UI action script

current.insert();
action.setRedirectURL(current);

View solution in original post

1 REPLY 1

Kalyani Jangam1
Mega Sage
Mega Sage

Hi, you can create new Save form button on knowledge article table having below line in UI action script

current.insert();
action.setRedirectURL(current);