Create UI Action button in configurable workspace to redirect to service catalog form

Tanya20
Tera Guru

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?

1 REPLY 1

Tanya20
Tera Guru

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.