Hi Dojo,
I have a team working on the same DataMiner System and sometimes I want that they have a look at a specific element/view. Is there an easy way that I can share a link to that element/view in our Teams channel so that they just have to click on it and it opens the related element/view?
See the following page with information on composing URIs that open Cube on a specific view or element: Opening DataMiner Cube | DataMiner Docs
I’m not aware of such functionality being available out of the box.
Some workarounds I can think of: adding such links on Visio drawings or as custom hyperlinks on alarm events.
Additional to Wouter's answer which directly opens Cube, it's also possible to form a URL which opens either Cube or the mobile web app (depending on which browser the URL has been opened):
- element: https://dma/?element=dmaid%2Felementid
- service: https://dma/?service=dmaid%2Fserviceid
- view: https://dma/?view=viewid
Extra URL parameters (see Wouter's answer) can also be added to these URLs, however not all URL parameters are supported in the mobile web app.
Hi Wouter, I’m more looking for a way that the user doesn’t need to compose this URI but just can click on ‘copy link’ (ultimate convenience)