- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2017 08:22 AM
I am trying to combine over 200 seperate software catalog items into one master form. The support team uses KACE (so no easy automation) and the software is classified as either Self Installable or not depending on the script they created.
I created the following Catalog Client Script for the Catalog Item and it works just as expected while in the application. Once the user selects a software that is u_self_installl (I know, I was having a bad day with the 3 l's) = true they get the alert message and when they click OK they get a popup window to the self installer. on the Service Portal they still get the alert, but the navigation doesn't happen. Is there another way to create the popup from the script that would work on the portal?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2018 12:30 PM
Just an update in case anyone else ever needs this information. I opened a HI ticket and while it's not officially supported,
location.href="url";
works in this situation. I've tested it and can verify it works in Jakarta's Service Portal. Thanks everyone for the help!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2018 11:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2018 12:01 PM
I just tried window.location and it didn't work, the same as window.open.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2018 12:30 PM
Just an update in case anyone else ever needs this information. I opened a HI ticket and while it's not officially supported,
location.href="url";
works in this situation. I've tested it and can verify it works in Jakarta's Service Portal. Thanks everyone for the help!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2019 12:26 PM
Greetings,
It seems that using location.href="url"; opens the URL in the same window.
Is there a way to make this open a new tab/window?
Thanks,
Elliott