Hide 'New' button available in the related list if SME group is Empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 05:16 AM
Hi,
I've a requirement as per below screenshot -
The 'New' button should be hidden in KB Article tab when SME Group is empty.
Users should only be able to submit Knowledge Articles if there is an associated SME Group exist.
I see that above 'New" button is the existing UI action button available in kb_knowledge table as below -
Can you please help me to get this done.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2025 01:04 AM
Hi @Ankur Bawiskar , then what could be the solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2025 07:03 AM
I already gave it above on Tuesday, please check that
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2025 11:31 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 10:13 PM
Hi @Ankur Bawiskar , can't I just append another condition '&& u_sme_group!=NULL' as below in the same 'New' UI Action -
Because the requirement is on 'u_it_service_offering' table and KB Article related list tab is available on that page only which refers to Knowledge table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2025 05:11 AM
Hi @BKSharma ,
go to the related list and right click>configure >list control> omit new button> give the condition like
parent.field(whatever the field name ) = = ""
answer = true ;
Thanks,
Rithika
