Remove New Button on Related List

fcaruso123
Tera Expert

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:

fcaruso123_0-1749061727426.png

 

I added the new related list the knowledge table and the related incidents appears. Great!

fcaruso123_1-1749061820146.png

 

But now there is a New button on the related list tab that when clicked takes the user to the m2m_kb_task table:

fcaruso123_2-1749062114147.png

 

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

1 ACCEPTED SOLUTION

Saloni Suthar
Mega Sage
Mega Sage

Navigate to the list control and check the Omit new button checkbox to remove the NEW button from the related list.

 

SaloniSuthar_2-1749062634062.png

 


SaloniSuthar_1-1749062602288.png

 


If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni

View solution in original post

3 REPLIES 3

Saloni Suthar
Mega Sage
Mega Sage

Navigate to the list control and check the Omit new button checkbox to remove the NEW button from the related list.

 

SaloniSuthar_2-1749062634062.png

 


SaloniSuthar_1-1749062602288.png

 


If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni

hi saloni if I want hide based on condition like has role admin or related record who managed by group members as well. how

 

fcaruso123
Tera Expert

Arg. I knew it was something simple. Thanks again.