Create UI Action button in configurable workspace to redirect to service catalog form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 12:27 PM
Hello,
I have a requirement to add a new UI button to Interaction page in configurable Workspace.
Clicking the button should redirect the User to the Catalog Form and set the values for some fields with passed from workspace field values.
What is the best approach to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 02:53 PM
I've added new UI Action and used top.window.open(url) to successfully redirect to a catalog form I need.
Now I need to pass field values from Workspace page to catalog form. And get them on the form from Catalog Client Script.
Looking for a way to pass field values to catalog form using the url maybe. Then I can create onLoad Catalog Client Script to get them.