- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 07:44 PM
I am quite new to Service Now but I would like assistance to filter a related list please.
On the sys_user table form I am displaying a custom relationship related list based on the sc_req_item table. The issue I have is that the related list displays all the records in the sc_req_item table.
I only want the ones where caller in the sc_req_item table matches the user in the the current displayed user form.
e.g, UserFirstName+" "+UserLastName = Caller(in requested Item list)
Below is the screenshots of the required result and also the relationship I have
Any assistance would be greatly appreciated.
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2022 12:29 AM
Hi
yes, that is possible. The following relationship should do the job.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2022 05:29 PM
Hello Maik,
I did miss something the Capital "V" in Value.
All working as expected now thankyou very much.
Phil