Connector – Conditional Page Visibility and DVE

You can override the Conditional pages within the Export Rules by updating the ‘Pages’-tag, example: <ExportRule table=”10000″ tag=”Protocol/Display/Pages” value=””/>

Countdown timer in low-code app

You might be able to create an standalone HTML page with an url paramater, then include that with the HTML applet and feed it the date to count down from …

Datamine Table Change Default data sorting

Hi, This can be changed in the Measurement Type options attribute of the table parameter in the protocol.xml, e.g. sort:INT-INT-STRING|ASC|0-STRING will sort the third column in ascending order. For more …

Countdown timer in low-code app

Hi Marco, This feature isn’t available at the moment. However, we really like the idea and have submitted a new feature request for it. We’ll provide an update here once …

Issue with Automation Script: Constructor Argument Error in DM Version 10.3.0.0-13184

namespace ClearAllActiveAlarms { using System; using System.Linq; using System.Threading.Tasks; using Skyline.DataMiner.Automation; using Skyline.DataMiner.Net.Messages; public class Script { public void Run(IEngine engine) { try { engine.GenerateInformation(“Script starting.”); ClearAllAlarms(engine); engine.GenerateInformation(“Script ending.”); } …

best practice to execute automation by table change

Hi Juan, You could generate information events from an alarm template: Configuring an alarm template to generate information messages Your correlation rule can be triggered by information events: General configuration …

Receiving SNMP Traps

I will not be investigating this issue anymore as I changed focus and this no longer is a priority