- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 01:53 AM
Hi all,
I have been creating a catalog item. Based on the Requester, a few fields (phone,title,department,email) should autopopulate. But one of the variable 'Department' is not displaying the name, instead sys ID is populated on the portal. Any guidance would be much appreciated.
Thanks,
Rini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 02:01 AM
Hi,
What is the type of the variable? It should be reference to the department table then it will show the proper value.
You have a string field and you are adding sys_id to it , that is why its showing like this, if you change it to reference field it will take the proper department value.
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 02:01 AM
Hi,
What is the type of the variable? It should be reference to the department table then it will show the proper value.
You have a string field and you are adding sys_id to it , that is why its showing like this, if you change it to reference field it will take the proper department value.
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 02:03 AM
Hi,
Its a single line text and Iam populating from SYs User table. Will try to change the field type and update you.
Thanks,
Rini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 06:28 AM
Hi Anurag,
It worked for me! Thank you!
Rini