Automation Script to open a URL on browser

Does this work for you? using System; using System.Collections.Generic; using System.Globalization; using System.Text; using Skyline.DataMiner.Automation; /// <summary> /// DataMiner Script Class. /// </summary> class Script { /// <summary> /// The …

Change variable which influence the same shape

Hi David, A possible option is to use an automation script to update a session variable: See below code snippet: ScriptParam spValueLocked = engine.GetScriptParam(“ValueLocked”); engine.AddOrUpdateScriptOutput(UIVariables.VisualOverview.CreateKey(“Locked”), spValueLocked.Value); Script Definition: Shape definition: …

Inconsistent sign out behaviour

Hi Carl, Since version 10.6.1, SAML users should see a “Sign in with another user” option. Clicking this invalidates your WebAPI session and redirects you to the authentication page with …

DataAPI element duplication

Hi Carl, Since DataMiner 10.5 CU11, 10.6, and 10.6.2, the Data API creates elements only on the DataMiner Agent where the API is running. In earlier versions, element creation could …