- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2017 11:40 AM
If we want to show a Requested Items related list on the User Record, we can follow the method described here:Configure related lists in forms - ServiceNow Express Support
and choose options like:
Requested Item->Submitter
or
Requested Item->Beneficiary
If we choose both, we will have two Requested Item related list tabs (one tab for each list).
Is there an easy way to show both in one single related list tab?
So, it would return all records where the user is either the Submitter or Beneficiary in one single list.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2017 01:05 PM
Hi Joe,
You can create a new Relationship as shown below and add it to the User Table as Related List.
You might want to replace the fields "opened_by" and "request.requested_for" with your fields.
Hope this helps. Mark the answer as correct/helpful based on impact.
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 07:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 08:35 AM
Hi Joe,
I dont think you need "sc_req_item." in your query conditions, because current means 'sc_req_item' only. Look at my query, I havent added 'sc_req_item'. In which table, thee 2 fields (opened_by & u_beneficiary) are present?
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 08:47 AM
Yes, that worked! thank you very much!