Profile

Thomas Remmery

User info

First name Thomas
Last name Remmery

DevOps Program

Acquired rank
Advocate
Points progress
Number of DevOps Professional Points
814 DevOps Points
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits.
DevOps attestation Request your attestation ID and expiry date

Achievements

Questions asked

Answers given

Hi Dario, You can run automation script in parallel by using the SubScriptOptions.Synchronous property. However, if you're performing sets from those automation scripts to the same element, I'm doubting...

View Question
7 Votes Selected

Hi Mieke, We also encountered this use case. Using the IASToolkit, you can implement it by using the following logic: ProgressDialog.Title = "Some Title"; // Set up title for your ProgressDialog...

View Question

FYI, I created a small example script to showcase this functionality: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DropDownFilter_1

View Question

Hi Jon, Pretty similar solution to João, but maybe a bit more fleshed out can be found here: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DynamicButtonList_1

View Question

Hi Gerwin, Files uploaded using the FileSelector end up in a temporary folder under C:\Skyline DataMiner\TempDocuments. These files can be copied over to a more permanent location if required. Ideally...

View Question
3 Votes Selected

Using the ValidationText property on interactive widgets you can specify what validation message should be displayed. This message is only displayed when the ValidationState property of that widget is...

View Question

Hi Catalin, As an alternative to using those UIBlocks directly, you could use the IAS Toolkit. It's a handy framework that allows for cleaner code, hides the UIBlock logic and offers some major advantages...

View Question
2 Votes Selected

Hi Timothy, we were having similar issues in our project. This seems to be a software issue when lauching an script from Dashboards. To work around this, we just don’t use ExitFail, but rather ExitSuccess...

View Question
2 Votes Selected

This feature was merged and released in versions 6.0.3 and 7.0.2 of the Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit NuGet package. Thanks for the contribution Tom.

View Question
0 Votes