User info
First name | Thomas |
Last name | Remmery |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
1126
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 QuestionHi 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 QuestionFYI, I created a small example script to showcase this functionality: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DropDownFilter_1
View QuestionHi 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 QuestionHi 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 QuestionUsing 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 QuestionHi 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 QuestionHi 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 QuestionThis 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