Weird problem with C# Automation scripts and validation
18th May 2026
Hi Chris, When creating the script, SLAutomation will look for a string “class Script” in the code. If that is not present, it will take the provided content and put …
Answer
18th May 2026
Hi Chris, When creating the script, SLAutomation will look for a string “class Script” in the code. If that is not present, it will take the provided content and put …
18th May 2026
Hi Robert, Here is the suggestion I was referring to:
18th May 2026
Hi Wannes, There is currently no way to add multiple rows with 1 ‘Add row’ action based on a selection. The action will take the first selection when the linked …
18th May 2026
Hi Alberto, Your plan seems solid. Although it’s technically possible to migrate in CU4, We indeed recommend you first go to 10.5.0 [CU11] or higher before migrating to the new …
18th May 2026
Hi Robert, I never renamed a parameter description in a QAction myself, but there are some important things you need to make sure of. It is not possible to create …
18th May 2026
Hi Oscar, Can you add the shape data Enabled: False to the circular shapes as well? I made a small test and it seems to work: Hope it helps.
17th May 2026
Hi Ramesh, I could not find in the documentation a way to get the root time from the alarm that triggered the correlation rule. Find below a snippet that should …
17th May 2026
Hi Nuril, For this use case, you will require an automation script that will enable/disable the correlations rule. You can find a snippet of the script in a previous question. …
15th May 2026
Hi Shawn, It looks like it’s possible to export a query in JSON format. I’d suggest exporting the query and saving it locally as a backup. I don’t see an …
15th May 2026
Hi Mariana, I performed a small test using a similar hyperlink and I didn’t see any issue. <HyperLink id=”4″ version=”2″ menu=”root” type=”script” name=”Execute Script” alarmColumn=”false” alarmAction=”true”>Script:TEST_SCRIPT_PARAMS||ElementName=[ENAME];BaseUrl=https://skyline.be|||NoConfirmation</HyperLink> The test script generates …
15th May 2026
Hi Mariana, In the past, I’ve also made changes to the Hyperlinks.xml file, and I believe it’s necessary to force a sync of the file across the agents. Try doing …
15th May 2026
This is surely of interest for the whole DevOps community, Miguel – thanks for posting. In short, I totally agree that some more options can help where a new package …
15th May 2026
Hi George, Not sure if there is something in the catalog using this, but I did find a previous question on this which might be relevant: NuGet packages – DataMiner …
15th May 2026
I should also add that this is only an issue in our staging system. In our tactical and production DMS every user is able to be deleted via right click. …
13th May 2026
Yes in a Low Code App you can do this. There is a good tutorial as well, can likely use it for inspiration. Just need to create your panel in …