Hello everyone!
I'm creating a Visio file for a service which shows the state of a video contribution.
The service is dynamic, it can change its nature as it can be:
- RF contribution
- TSoIP contribution
- SRT contribution
Based on the nature, the elements involved will change.
The Visio file has to display the actual contribution so I was thinking about showing/hiding Visio pages based on given conditions (guess if service custom property can do the job).
Is it something feasable?
Thank you!
Hi Riccardo,
I believe Override the Visio Pages - DataMiner Dojo applies to your solution need also.
For your service just add a custom property to identify contribution type.
Then create a hidden page for each type (RF, TSoIP and SRT) which is called based on service property and populates the embedded overview page which is not hidden.
Hi Steve!
Thank you, it did the job!