Hi Dojo,
Is it possible on a Visual Overview to link a shape to a DataMiner Module? As example I want that clicking on a shape opens the Scheduler module.
Currently, there's no shape data that causes a DataMiner Cube app to open. I'm trying to think of a workaround like opening a workspace or similar, but I don't think even that is possible.
The only thing that I can think of is to use the link or execute shape data and open a new DataMiner Cube (xbap from link or exe from script) with the "app=" GET parameter.
It's an interesting feature suggestion though, feel free to add it in the feature suggestions section (and link it here).
Hi Jens,
I don't know if it is possible to configure Cube navigation in shapes, such as opening a new module card.
I do know that it is possible to use the Component shape to show a module in Visual Overview.
However, that module must be supported by the shape (inner code logic).
Current supported modules are (DM 10.2.4.0):
RouterControl, Reservations/Bookings, ServiceManager, Resources/ResourceManager, ...
Also, they are shapes that inherit from Component shape, such as:
Listview/Dynamic list, SpectrumComponent, Profiles/ProfilesManager, CubeChart (Trending), IAM, ...
To be clear, there's currently no support for Scheduler... yet?... 😉