How to pass group name in UI page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 05:15 AM
Hi everyone,
i'm updating one client script that is calling a UI page, i wonder how can i pass current assignment group name to the UI page HTML so that i can update the script written on UI page accordingly.
Could you please help me with the same?
Thanks,
Kartikey
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 09:15 AM
Hi @kartikey ,
One way is to pass information to a UI Page is through query string. Here's a post to that helps illustrate this.
From your UI Action, when redirecting, you'll then add parameters to the url that then can be read by jelly.
Hope this helps.