How to fetch the user through Intergations in servicenow based on the selections of group
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 08:16 AM
I do have the list of users and group in server, those groups are present in ServiceNow.
Based on the selection of group How to fetch the user through Integrations and show them as dropdown in servicenow service catalog.
Labels:
- Labels:
-
Service Catalog
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 08:21 AM
Hello @Santhosh23
You need to create an onChange Catalog Client Script which will call a Script Include with Glide Ajax enabled (client callable). Take reference from this post, develop and if you face any issues then share the debugging logs: https://www.servicenow.com/community/developer-forum/onchange-client-script-no-response-from-script-...
Hope that helps!
Hope that helps!