different Columns for Employee and Manager from Same Table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2025 07:32 PM
Hi all ,
I need help with role-based list views in ServiceNow.
Requirement:
I have one table and one list, but the visible columns should change based on role.
Employee should see only:
Name
Email
Department
Employee ID
Manager (from the same table and list) should see:
Employee Name
Manager
Employee ID
Department
Role
What is the best practice to achieve this in ServiceNow?