Retire Button Visible

Avinash Dubey2
Tera Contributor

I want to make the Retire button visible to authors in the knowledge article. currently the author cannot retire the article .

 

I got a requirement to   makethe retire button visible to authors so that ,they can retire the article 

5 REPLIES 5

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

Navigate to the Retire ui action and add the highlighted condition to it

find_real_file.png

 

(current.author==gs.getUserID())

 

-Anurag

-Anurag

Hi , 

I want to make this glide.knowman.ownership_group.override property as true but not sure where it is located.

You raised a separate question for the property  Here it is. 

I have replied there as well on how to do that. 

 

Now how about some response on this topic, did it work or not etc?

-Anurag

Hello Avinash,

You need to activate the plugin Knowledge Management Advanced plugin (com.snc.knowledge_advanced). IF you have already activated the plugin then You can go to sys_properties.LIST table, if you don't find the property with name as glide.knowman.ownership_group.override and create a new Property with name as  glide.knowman.ownership_group.override and set the value to true.

Also I would recommend you to go through Ownership groups for better understanding for this property if you haven't gone through this.

Please mark my respsone as helpful/correct, if it answer your question.

Thanks