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
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Hide elements in Surveyor.

Solved1.74K views19th July 2023
1
Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate]855 4th March 2021 0 Comments

Thanks for all your support.
Can I hide a stopped element in Surveyor?

Stopping and starting an element is done in automation.

or
Hide Stopping Element at specific users,
Stop/Start can be done with administrative privileges.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
5
Pedro Debevere [SLC] [DevOps Enabler]1.80K Posted 4th March 2021 0 Comments

In case you would like to hide elements programmatically, you could use the class library included in DIS.

For example:

using Skyline.DataMiner.Automation;
using Skyline.DataMiner.Library.Automation;
using Skyline.DataMiner.Library.Common;

/// <summary>
/// DataMiner Script Class.
/// </summary>
class Script
{
public void Run(Engine engine)
{
IDms thisDms = engine.GetDms();

var element = thisDms.GetElement(“myElementName”);

element.AdvancedSettings.IsHidden = true;

element.Update();
}
}

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023
4
Lander Vanhaverbeke [SLC] [DevOps Member]1.00K Posted 4th March 2021 1 Comment

Hi,

You can’t hide all stopped elements automatically, but you can hide an element explicitly. You can do that in Cube by editing the element, expand the advanced element settings, check the ‘Hidden’ checkbox and apply the changes.

The element will not be displayed anymore in the surveyor. 

You can still access the element by opening the parent view, and enable Hidden elements in the filter on the Elements page.

Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate] Posted new comment 4th March 2021
Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate] commented 4th March 2021

Thanks for the reply.
I wanted to temporarily hide unused devices to
I was hoping to clean up the Surveyor to make it easier for users to understand, but it looks like it will be difficult.

1
Jochen Dewachter [SLC] [DevOps Advocate]2.16K Posted 5th March 2021 0 Comments

You could also hide an element for specific users via the user/group rights in system center. By unchecking the boxes next to the elements they become invisible as well. More info on configuring a user group here.

Jochen Dewachter [SLC] [DevOps Advocate] Answered question 5th March 2021
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