Interactive automation script, how to display a clickable hyperlink?

Hi Dieter, You could try using UIBlockType.Executable or UIBlockType.DownloadButton. See the following similar questions: https://community.dataminer.services/question/how-to-open-a-hyperlink-from-an-ias-via-low-code-app/ https://community.dataminer.services/question/hyperlink-in-interactive-automation-script/ DebugTag serves a different purpose and is not applicable in this case.

child in in 10.1

Hi, SlowTime is not a valid child in Timer. The only children of Timer that are read out and used by DataMiner are: Time Content Interval Condition Regards,

DOM Instances Read filters

big exception for: var timeFilterStart = DomInstanceExposers.FieldValues.DomInstanceField(SlcWorkflow.Sections.JobInfo.JobStart).GreaterThan(DateTime.UtcNow); var timeFilterEnd = DomInstanceExposers.FieldValues.DomInstanceField(SlcWorkflow.Sections.JobInfo.JobStart).LessThan(DateTime.UtcNow.AddHours(4)); var andFilterJobs = new ANDFilterElement<DomInstance>(definitionFilterJobs, orFilterJobs, timeFilterStart, timeFilterEnd); Script Failure (DaznBookingResourcesApi): Skyline.DataMiner.Net.ManagerStore.CrudFailedException: Exception of type ‘Skyline.DataMiner.Net.ManagerStore.CrudFailedException’ was thrown. at …

Placeholder feature not working in emails

Hi Arun, As mentioned by Miguel, that placeholder is indeed not supported in the context of a ‘Send email’ action in an Automation script. There are however two that are …

Placeholder feature not working in emails

Hi Arun, If I am not mistaken this is expected behavior. These placeholders only works in notifications sent from correlations rules. Hope it helps.

Query or Data from Users / Groups

Hi Berman, Since information about users logged in to the system is available as information events, you can display this information using the component Alarm table: Hope it helps.

BPA Antivirus DLLs results refresh

Hi André, The antivirus BPA is by default being executed once every day as explained here. In System Center, on the Agents > BPA tab page, you can change the …

Get selected row on table from gui

Not sure if you are talking about a table in Cube, Visio or LCAs. But below gives you a couple of options. Even if it is in a connector, you …

DIS Validator Error On CPEIntegration_Data Page

Hi all, The fix was to add a standalone Param, for example a title header to organize the kpis.  The validator should recommend this instead of saying the page does …

DIS Validator Error On CPEIntegration_Data Page

Hi Meekaeel, The validator should ignore pages that start with “CPEIntegration_”. A task was already created for that (ID 128947) In short: For EPM (CPE) integrations table column parameters can …