populate the group members name and email id in one field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 04:22 AM
Please create one catalog item with one reference(Name:Group name ,Ref:group table) variable. Create another variable(Name:Group members) multiline text. Whenever the group is selected in “Group name” all the group members(name,mailid) need to display in “Group members” variable as comma separated.
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 06:10 AM
@yaswanth123 --
- Navigated to ServiceNow instance All -> Service Catalog -> Catalog Definitions -> Maintain items.
- Created one catalog item.
- Created two Variables namely Group name as reference variable & Group members as Multiline text.
- Created OnChange type catalog client Script on “Group name” variable.
- Created Script includes to fetch data from the group member table.
- After all above steps I did “Try it” on Catalog item and it is working as expected.