- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 11:35 AM
Needed to create a Related List from knowledge articles to incidents. From an incident record this was already happening using the Attach Knowledge related list and m2m_kb_task table. I decides to use the same m2m_kb_task table and create a relationship from knowledge:
I added the new related list the knowledge table and the related incidents appears. Great!
But now there is a New button on the related list tab that when clicked takes the user to the m2m_kb_task table:
The UI action behind the New button appears to be a global script I don't want to mess with (or understand). Adding an ACL will remove the New button but then nobody can create knowledge relationships from an incident (and possibly other places).
Any suggestions how to alter the new button action, or hide from the one related tab?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 11:44 AM
Navigate to the list control and check the Omit new button checkbox to remove the NEW button from the related list.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 11:44 AM
Navigate to the list control and check the Omit new button checkbox to remove the NEW button from the related list.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
hi saloni if I want hide based on condition like has role admin or related record who managed by group members as well. how
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 05:22 AM
Arg. I knew it was something simple. Thanks again.