We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Add the knowledge base article owner and modified date to the Knowledge Manager article list
I was hoping I could simply add these fields to the Knowledge Manager grid view via a customized "view".js file in the CustomSpace, but after talking to support this isn't possible.
Comments
SELECT ka.ArticleID, ka.title, ka.CreatedDate, ka.LastModifiedDate, ka.Keywords,
I should note that if you click on them, it doesn't take you to the article. I'm still working on that part...