Dashboard – password for a buttons

Hi Adrian, I think in this case it is better if you tackle this requirement by updating the permissions (see DataMiner user permissions). For example, you can configure a user …

TryCreateServiceMessage not updating service property

Hi Ana, When re-applying you need to pass an extra TCSExtraData object with the service ID: new TCSExtraData { Name = “serviceID”, Value = string.Format(“{0}/{1}”, serviceInfo.DataMinerID, serviceInfo.ElementID), IsFromOriginalService = false, …

Correlation rule : Grouping

Hi, would it be an option to use Automatic Incident Tracking instead of Correlation? That feature is able to group timeout alarms with the same polling IP and it will …

Colouring tables’ rows on conditional cases

Hi Marco, If you want to do this on connector level, you can look into the “RowTextColor” option. Please check Options overview | DataMiner Docs for more details. See also …