Hi,
I want to know how I can use the executable component as described here:
https://community.dataminer.services/question/hyperlink-in-interactive-automation-script/?hilite=hyperlink
via the IAS toolkit.
What version of the toolkit do I need to use it?
And if it does not exist yet, how can I still use the raw component in a script that uses the toolkit?
e.g. make my own extension component.
Hi Mieke,
I advise against using the Executable UIBlock as it does not actually show anything on the UI.
Instead, use Engine.RunClientProgram() that does the exact same thing in the background.
As it is part of the Engine class, it can be called regardless of toolkit version.
As far as I know, such a component does not exist yet.
Were you able to find an alternative solution?
I was not able to do this via IAS.
As an alternative I could use the newer features in Low code app (table templates) to create hyperlinks.
Thomas,
Thank you, I did not know that method.
However, I assume this will already run it right? What I want is a clickable piece of text to be shown that contains a hyperlink.
This way when someone clicks on it, it will open up a browser.
E.g. After clicking on an Apply button, a summary text is shown and a link to more info.