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 show a simple string message from an automation script in a low code app?

Solved1.30K views9th August 2023automation scipt low code app
2
Justien Decuypere [SLC] [DevOps Advocate]322 8th August 2023 0 Comments

Hi

I am working on a Low code app. For one of the functionalities I want to show a message in the app with a reason why something can’t be deleted. I found the engine.showUI() function and there I put a string in. This is what I am getting:

This is actually perfect for my use case, the only thing is that I don’t need the Send response button showing. 

In the definition of the code, I saw that you could set the requiresponse to true or false. So I thought just setting this to false would solve my problem. But when I do that, the message only is visible for less than a second. Do you know how I can manage to do this or do you know a way to show a message without interactivity?

Kind regards

Justien

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 9th August 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
5
Thomas Ghysbrecht [SLC] [DevOps Enabler]4.84K Posted 8th August 2023 0 Comments

Hi Justien,

Since this is an interactive script that needs to wait on user input, you will have to provide a button that allows the user to dismiss the message. You can easily add a button yourself at the bottom with ‘Dismiss’ or ‘Ok’ by calling the ‘AppendButton’ method on the UIBuilder instance. You can however not really fine-tune the location and size that way. For this, you would need to define the button ‘UIBlockDefinition’ yourself which can then be appended to the builder.

I would however recommend using the IAS Toolkit which wraps this functionality in a much more manageable and cleaner way. You can find a ‘Getting started’ guide here: https://docs.dataminer.services/develop/devguide/Automation/Howto/Getting_Started_with_the_IAS_Toolkit.html

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 9th August 2023
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