MediaOps Virtual Function
17th December 2025
Hi, I’ve built functions in the past for SRM and I used to use a functions file template. I think recently the templates got rolled into the Visual Studio Templates …
Question
17th December 2025
Hi, I’ve built functions in the past for SRM and I used to use a functions file template. I think recently the templates got rolled into the Visual Studio Templates …
17th December 2025
Hi Dojo, I have a use case where I need to retrieve a service alarm status from a remote DMA and raise an alarm in my local DMA if the …
17th December 2025
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 …
17th December 2025
Hi all, I’m working with DataMiner Low Code Apps (LCA) and Dashboards, and I’ve run into a limitation I’d like some guidance on. In my Low Code App, I want …
17th December 2025
Hello, i have a simple question about filtering alarm into a table row. actually i have i shape with this parameters it create a good table with all the alarms …
17th December 2025
Hello, I’ve created a variable of the type Table, and I’m displaying the variable data in a Grid component. In the settings pane of the Grid component I’ve enabled the …
17th December 2025
Hello everyone, While reviewing the documentation about Automation Scripts, I couldn’t find any information about the Visual Studio or .NET development requirements. The documentation mainly describes how to run an …
17th December 2025
Hello everyone, I would like to know how to run an automation script in 64-bit mode. I’m encountering an issue with a library that works correctly on my local PC …
17th December 2025
Hi, Community Users! I need some help with working through a use-case and would like to check if it is possible to use Visio to implement it. There will be …
16th December 2025
Hi Dojo, I’m looking for the best way to show the average value of a trended value like in the statistics: Is this possible in a Visio drawing or in …
16th December 2025
Hi Team, I am trying to create and update a service on a remote DMA from a protocol QAction. According to the documentation: NT_SERVICE (75): https://docs.dataminer.services/develop/api/NotifyTypes/NT_SERVICE.html NT_SERVICE_REMOTE (282): https://docs.dataminer.services/develop/api/NotifyTypes/NT_SERVICE_REMOTE.html It …
15th December 2025
Hi everyone, I have a Visio-based View that dynamically lists all elements that are “under” that View (its child elements), similar to the standard “General Default” Visio: when an element …
15th December 2025
Hi dojo, Cassandra 5 was officially released on September 5, 2024, more than a year ago, and OpenSearch 3.x on May, 2025. What is the roadmap for supporting these new …
15th December 2025
Hi All, I want to extract the values of two specific properties from an alarm event within a Correlation rule, so I can include them in the alert notification. In …
12th December 2025
Using DomInstanceExposers.FieldValues.DomInstanceField(fieldId).Contains(searchValue) returns unexpected results. The filter appears to perform fuzzy/tokenized matching rather than exact substring matching. Environment: – DataMiner 10.5.0.0-16432-CU8 Code: var customerNameFieldId = GetFieldDescriptorId(“Customer Name”); var definitionFilter = …