- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 11:37 AM
We are showing a widget containing list of Request Type (based on the selection made by users in the catalog item) in Modal window . Once user selects one of these request types, catalog task needs to be assigned to group mapped to the request type.
While we are able to get group name in the widget, How do I pass this value to catalog item so that a catalog variable named Support Group can be populated with the group value and using this variable we can update Catalog Task's assignment group.
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020 11:46 AM
I was able to achieve this using shared parameter of spmodal passed in spmodal.open funciton
Details are here
https://github.com/service-portal/x-archive/blob/master/documentation/spModal.md
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020 11:46 AM
I was able to achieve this using shared parameter of spmodal passed in spmodal.open funciton
Details are here
https://github.com/service-portal/x-archive/blob/master/documentation/spModal.md