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

Is it possible to copy data from an automation script window?

Solved925 views26th January 2024Automation script
0
Emir Varupa [SLC] [DevOps Advocate]115 31st October 2023 0 Comments

We have an automation script that displays booking details; the customer would like to copy the data from the booking details window.

As a workaround, we have replaced the label widgets in the automation script with the TextBox widget, which allows us to copy the data from it. However, we lost the formatting that we had with labels.

Keeping the labels would be the cleaner solution; can the data from the labels be copied somehow?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 26th January 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Wouter Demuynck [SLC] [DevOps Advocate]5.94K Posted 2nd November 2023 0 Comments

As far as I know there is no support for copying over parts of automation script interactive user interfaces to the clipboard.

I’m not seeing an easy solution here.

Aside from the TextBox approach, the only thing I could think of would be the RunClientProgram method, which allows for launching a client application on the client machine. But then again, you will need to figure out if there is any application you can run out of the box and pass in the needed info, or develop an app yourself and make sure that it is installed on all client machines.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 26th January 2024
0
Toon Casteele [SLC] [DevOps Enabler]7.01K Posted 31st October 2023 2 Comments

C# has a method to set the text on your clipboard, which is the equivalent of doing a copy. You could execute that code on the click of a copy button or on a certain hotkey press.

EDIT: My answer is invalidated by Wouter’s comment as indeed scripts run on the server, so you can’t copy to clipboard. The best course of action is probably to make a feature suggestion or use a textbox as you already are.

Toon Casteele [SLC] [DevOps Enabler] Edited answer 2nd November 2023
Wouter Demuynck [SLC] [DevOps Advocate] commented 2nd November 2023

Be aware that automation scripts run on the server, which does not have access to the clipboard of the client (Cube or LCA showing the automation script UI). No C# code is ever executed on the client.

Toon Casteele [SLC] [DevOps Enabler] commented 2nd November 2023

Ah true… There goes my plan.

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