Poll device via Proxy

Hi Frederic, I’ve implemented this tag some time ago in some connectors, so it might be useful for you to take a look at them as examples maybe. One is …

Is ExitSuccess needed in an automation script?

Hi there, Please have a look at following related post: How is engine.ExitSuccess(“reason”) handled? – DataMiner Dojo In a normal flow, You are not expected to call the ExitSuccess() method. …

Purpose of -suggest- indices in search db

Hi Bing, From the documentation in Index types | DataMiner Docs, the indices of type [prefix]-suggest- contain data for enhanced search suggestions and can usually be omitted without affecting other …

Find my own automation script name

Hi Henri, We added the property “ScriptName” to Engine, so from Dataminer version 10.5.12 (releasing soon) onwards you will be able to directly read out the name of the script …

Automation, retreive users allowed

Hi, If you want to retrieve the user list and their group membership, as well as their email addresses, you can look into this other question How to get the …

DOM – Get instance history

Hi Jens, You can use the following GQI in a Low Code App. SkylineCommunications/SLC-GQIDS-DOM-History: Contains a GQI Data Source that fetches the DOM History of a DOM Instance. Kévin