- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 06:29 AM
Hi
We have a requirement to hide the Edit article option on the portal for specific knowledge base.
Also want to add a new option to action drop down list.
How can I achieve this?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 07:01 PM
Hi @v-paulp to do this you need to clone Knowledge Article content widget.
In Server side script look for below line which should give you knowledge base name
and in HTML add this to the condition which shows edit article button yellow color highlighted below. this should work.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 08:58 PM - edited 05-19-2024 09:08 PM
Hi @Harish KM
I have tried your modified script ,but it is also not working. On the last alert message it is returning undefine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 07:37 PM
HI @v-paulp
can you go through this if might be helpful
Mark it Helpful and Accept Solution!! If this helps you to understand.