- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 08:27 AM
Hi Team,
How to hide fields on kb_view like Flag Article,Create incident,Helpful and leave comment for Knowledge management please find below screenshot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 09:14 AM - edited 05-14-2024 09:25 AM
Hi @Ramu8 There is a system property for flag ( glide.knowman.show_flag ), you can set as "false" if don't want to be on KB Article page.
Hide Create Incident button using "glide.knowman.create_incident_link.display" and make it false.
You can check in the description of this property that this is used for the Create incident option on the kb article.
To disable comment box refer below doc
Refer below KB Articles
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0712422
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0696844
Please mark my answer Correct/Helpful
Regards,
Sid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 09:14 AM - edited 05-14-2024 09:25 AM
Hi @Ramu8 There is a system property for flag ( glide.knowman.show_flag ), you can set as "false" if don't want to be on KB Article page.
Hide Create Incident button using "glide.knowman.create_incident_link.display" and make it false.
You can check in the description of this property that this is used for the Create incident option on the kb article.
To disable comment box refer below doc
Refer below KB Articles
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0712422
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0696844
Please mark my answer Correct/Helpful
Regards,
Sid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:48 PM
Hi @Sid_Takali
Could you please help me on how to hide create incident ui action based on knowledge base.
My requirement is completed once it is done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 11:17 PM - edited 06-04-2024 11:22 PM
Hi @Ramu8 Set this Knowledge Property glide.knowman.create_incident_link.display to false.
OR
Step 1: Identify the UI Action
1. Navigate to System UI > UI Actions in the application navigator.
Step 2: Search for the UI Action
1. In the UI Actions list, you can filter by table name by entering kb_knowledge in the “Table” column. This action narrows down the UI Actions to those associated with the Knowledge Management module.
2. Look for a UI Action with a name that suggests it is related to creating an incident from a Knowledge Article. The exact name might vary, but you can look for keywords like “Create Incident” or similar.
3. Use condition script field to apply condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 02:40 AM
Hi @Sid_Takali
Thanks for the response but I am not able find create incident ui action on knowledge table as it is using ui page when we click view article related link could you please suggest on hidding of create incident