Is it possible to redirect to an external page using Client Script?
I have found a few use cases in our company that would be great to have client script redirect to an external url. Is this possible or are there any workarounds that work?
Best case scenario would be a way to redirect right within CS.
Since there is no access to the window from CS no typical way i tried worked.
The workaround I am currently using is opening a dialog with:
- ZDK.Client.showAlert("https://thisisalink.com", "Click Link To Visit Page", "Cancel");
With that there is a clickable link but it's not pretty and doesn't look very unprofessional.
Is there a way to either set link text or to apply a link to the button?
In the documentation for show alert it shows an example with a clickable link text but I could not figure out how to make that work. A screenshot of that is attached