How ServiceNow generate the details displayed for each selected record in a List Collector variable?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi All,
I need your guidance on a List Collector variable customization in ServiceNow.
Current Scenario:
- I have a Catalog Item with a List Collector variable that references the sys_user table.
- After the RITM/SCTASK is created, the selected users are displayed in the Variables section.
- Currently, each selected user displays:
- User ID
- Name
- First Name
- Last Name
Business Requirement:
The customer wants to display:
- Employee ID
- User ID
- Name
and remove:
- First Name
- Last Name
The expected output is:
Employee ID : 123456
User ID : Fred.Ludy
Name : Fred Ludy
Email : fred.ludy@example.cominstead of
User ID: Fred.Ludy
Name: Fred Ludy
First Name: Fred
Last Name: Ludy
Email: fred.ludy@example.com
0 REPLIES 0