Automation Script to open a URL on browser

Yes after clicking the checkbox it does work and this pop up doesn’t appear. But it also open’s the automation script execution popup screen behind it. I don’t want the …

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 …