Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

How to open a hyperlink from an IAS via Low code app?

Solved566 views28th March 2024Automation IAS low code app
2
Mieke Dryepondt [SLC] [DevOps Advocate]3.60K 25th March 2024 0 Comments

I have a low code app showing an interactive automation script.

In this script I like to include a button to open up a new tab in my browser going to a website.

When running the script via cube, the browser opens, but it doesn’t seem to do anything when that same script is run via a Low code app.

The script uses this:

Engine.RunClientProgram(“https://mysetup/monitoring/element/781/135/data/Task%20Manager”);

Most likely this is blocked via low code app.

Is there an alternative?
Is there something on the roadmap to allow this?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 28th March 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Gilles Bara [SLC] [DevOps Enabler]6.80K Posted 26th March 2024 0 Comments

This is blocked by the webbrowser. But you could use an IAS download button, that button will instruct the browser to open the source mentioned in its Url property. In most use cases, a resource or file will be referenced and the browser will download it, but in case of a website/webpage, it will just open it in a new tab.

So something like this might do the trick:

UIBlockDefinition link = new UIBlockDefinition();
link.Type = UIBlockType.DownloadButton;
link.ConfigOptions = new AutomationDownloadButtonOptions()
{
Url = “https://mysetup/monitoring/element/781/135/data/Task%20Manager”,
StartDownloadImmediately = false,
FileNameToSave = “”,
};

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 28th March 2024
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs