How can we hide a coloumn from the filter list of a table to appear for selecting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 03:10 AM - edited 03-20-2025 03:12 AM
I want to remove the 'Earnings' column from the table filter so that users cannot put any conditions for this column while filtering the data.
I cannot make this column inactive as it should be visible on the form but not on the list view and filter list.
Please advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 03:16 AM
Hi @Mishu
There is ACL , but i m not 100% which one work
https://www.servicenow.com/community/itsm-forum/hide-column-from-list-view/m-p/737895
add_to_list | Prevents users from viewing or customizing specific columns in the list mechanic.
Note: Conditions and scripts are not supported.
|
list_edit | Allows users to update records (rows) in a list. |
report_on | Allows users to generate reports on tables. |
report_view | Allows users to generate reports on field ACLs. |
personalize_choices | Allows users to configure the table or field. |
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 03:27 AM
I want to hide from the filter list condition specifically . "add to list " ACL will work for list layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 03:30 AM
What you tried @Mishu out of above.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 03:28 AM
@Ankur Bawiskar ..Can you help plz