How to hide or clean up breadcrumb filter showing multiple sys_ids in a custom widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2026 03:06 PM
Hi everyone,
I created a custom widget that counts projects where the user is the project manager or a stakeholder.
To get the stakeholder projects, I had to query the pm_m2m_project_stakeholder table.
Everything works:
The widget shows the correct count.
When I click the widget, it navigates to the project list with the correct results.
The problem:
The filter breadcrumb on the project list looks very messy — it displays a long chain of sys_ids used in the encoded query. This makes the UI look ugly and confusing for end users.
My question:
Is there a way to hide the breadcrumb or improve/clean how the filter is displayed?
For example:
Replace the sys_id chain by a simpler label
Use a saved filter or query parameter
hide the breadcrumb on list view
Any best practices or recommended approaches?
Thanks in advance!
