- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 04:24 AM - edited 09-18-2023 04:47 AM
Hi,
Scenario: I have a catalog item with a reference type variable referring to- the table cmn_department. I want to show the name of Department, its CI Group, and CI Group manager to the end-user.
Relationship:
1) The department names stored in cmn_department table (reference table of variable, CI Group names not present in this table)
2) The departments and Its respective CI Group are stored in the cmdb_ci_group table. (CI Group field is reference field)
3)The CI Group and CI Group manager relationship is stored in the sys_user_group table.
Question: Is it possible to show the name, CI Group, and CI Group manager to the end user if data available in multiple tables for the catalog item?
Example what we want:
can anyone please guide me, how we can achieve it. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 05:27 AM
@Community Alums
you can show data only from the referenced table but not from other table.
the closest you can do is to set a text variable with the values for CI Group and CI Group manager on department selection
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 05:21 AM
Hey @Community Alums ,
You may want to try the suggestion in the below trail but would require solutioning to come up with an exact solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 05:27 AM
@Community Alums
you can show data only from the referenced table but not from other table.
the closest you can do is to set a text variable with the values for CI Group and CI Group manager on department selection
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader