Creating Custom Alarm Property Through Automation

Hi Ana, There is currently no documented wrapper method available to programmatically create new properties. However, it is possible to achieve this using direct SLNet calls. If you’d like, we …

Creating Custom Alarm Property Through Automation

Hi ana, Can you try this: var propertyConfig = new PropertyConfig { Name = property.Name, Type = “Alarm”, }; PropertyManager.RegisterPropertyConfig(propertyConfig); public class PropertyManager { private static ConcurrentDictionary<string, PropertyConfig> registredProperties = …

Creating Custom Alarm Property Through Automation

Not sure about the 1st/2nd question. but for the third question we are using: hyperlinks.xml or by correlation special paraments Special parameters available in automation scripts | DataMiner Docs

MediaOps 1.5.1 : Requirements

Hi Wale, Categories are used to put the Resource Pools in a certain category. This can be used in the Scheduling application to filter your pools on the Resource View …

Low-Code Apps – Line chart – Line color

Hi Ive, Under the layout tab of the component you can customize your theme. By adding conditional colors, you can make a distinction between your lines (see the filter for …

Dashboard Alarm Count Error

Hi Chris, We aren’t aware of any issues with that component regarding permissions. From the error message, it seems like data is being requested that the user shouldn’t be able …

With 10.5CU9 base upgraded to 10.6 breaks Cloud Gateway

I did have similar issues. I downloaded and installed Dataminer 10.5 as a Community edition on my home Windows 11 PC https://softwaredownloads.dataminer.services/dataminer-installer/DataMinerInstaller_10.5.0.0%20-%2016294%20CU6.zip Once it was up and running I then …