- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 07:30 AM
Hi @everyone,
We have a requirement to auto populate group name along with the group description.
In service catalog there are two variables named Group Name (List Collector) and Group info (Multiline text).
I tried to populate using Onchange client script and Script includes, But unable to populate the data can anyone please help me on how to populate the data in the group description variable.
Below is the script includes
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 04:45 AM
I have updated the script this way to populate the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 07:36 AM
@Balaram7 Modify the Script Include to return the group name and description instead of just the sys_id.
And update the Client Script to parse the description and display it in the "Group info" variable.
Hope this will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 04:45 AM
I have updated the script this way to populate the data.