Visio : Hide / Show shapes

The preferred way of doing this is with access levels. Additionally, it’s possible to show/hide shapes based on a condition: Shape data name: Show Shape data value:<A>-A|Value|X|=Y This will show …

Visio : Hide / Show shapes

Besides the default DataMiner security settings, which also apply to Visio shapes, we have the possibility to perform shape actions based on the logged in user name, user group or …

Max Number of Parameter Subscriptions in DMS

The DataMiner Metrics (as specified in the documentation) specify that the maximum number of enhanced services per DMA is 1000. This is mainly because each enhanced service is hosted by …

Can we export bookings?

It might be useful to understand the exact reason of exporting bookings. Indeed, there could be various options to export a snapshot at a specific moment in time, such as …

Can we export bookings?

DataMiner Reports can be also used for this purpose. It doesn’t give you a CSV file but can send you an email with the bookings list or in a PDF …

Can we export bookings?

There is no built-in support for Exporting/Importing ReservationInstances, but you can use an automation script like Gelber mentioned. ReservationInstance (and many other classes) have a “ToJson” & “FromJson” method implemented …

Can we export bookings?

I think we can do this via an automation script: The automation script uses the ResourceManagerHelper to retrieve all the ReservationInstance objects and then write the ID, name, start time …