Visio : Hide / Show shapes
17th July 2020
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 …
Answer
17th July 2020
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 …
17th July 2020
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 …
16th July 2020
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 …
16th July 2020
Hi Hugo, the engine.SendEmail function uses the RCPT TO: SMTP message.
15th July 2020
A Partial booking has incomplete resources and therefore, can’t be executed (no automation). It could be incomplete because the user unassigned a resource, or a resource can no longer be …
15th July 2020
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 …
15th July 2020
The DVE mapping in Cube is done by looking at certain properties in the ElementInfoEventMessage. Below is an example of a child DVE, it has a DveParentDmaId, DveParentElementId and IsDynamicElement …
14th July 2020
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 …
14th July 2020
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 …
14th July 2020
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 …
14th July 2020
Hi Laurens, This is currently not possible. The security settings do allow you to provide a user-group with the “execute” right without giving the users access to the automation UI. …