Close UI after download start IAS
27th January 2025
Hi all I have an AS script that expose a URL as result in a UI popup, as the script is executed inside the LCA UIBuilder uib = new UIBuilder(); …
Question
27th January 2025
Hi all I have an AS script that expose a URL as result in a UI popup, as the script is executed inside the LCA UIBuilder uib = new UIBuilder(); …
27th January 2025
Hi Dojo, I have a low-code app that monitors multiple TV channels. The channels have logos added to them by calling a URL from the GUI via some HTML code. …
27th January 2025
Hi. For an element i need to use multiple condition on visio. But my formula doesn’t work : SHOW <A>or<B>-A|ELEMENT:*|PARAMETER:110|=2-B|ELEMENT:*|PARAMETER110|=3 This visio is generic for a protocol not for a …
27th January 2025
I need to configure 2 different api with routes – “heartbeat” and “notifications” in the same script. Earlier when I clicked “Configure API”, I was able to see a dialog …
26th January 2025
GQI table data needs to be updated real time whenever any change happens for parameter values, which comprises of list of services -> list of elements -> list of params …
24th January 2025
Hi community, As a LCA user I would like to have a quick way of accessing the LCAs that are in the system, by going into the browser and typing …
24th January 2025
We have a monitoring app, which needs to have almost real-time updates if any parameter value is changed 1) We have used pagination to iterate on services and on elements …
24th January 2025
I have a low code app where i’m filling data that I fetch from dataminer using GQI. The LCA table has trigger control using which i auto refresh the table. …
24th January 2025
Hi Dojo, I’m using show/hide function like these: [sep:-^]!<A>^A|[Property:CHANNEL_ELEMENT_SOURCEPROBE1]|PARAMETER:7013:*[Property:CHANNEL_MPTS_SID_MAIN]*|=N/A My question is now if I can do the same but I want to check if the first 4 letters are …
24th January 2025
In the example given on DataMiner Docs SAML config, the URL assertions in the examples seem to have arbitrary values e.g., 0,1,2 and 3. Do these index values need to …
24th January 2025
Hi Team, I’m trying to deploy an application which has DOM, LCA and automation script changes as a package(using catalog Low code editor https://catalog.dataminer.services/details/e30c5a15-9a8f-465b-83d0-d1de77aa3396) to prod DM cluster But its …
23rd January 2025
Hi, I am creating a service Template. In the Child Elements section; Edit Child Element, I am choosing two possibilities for the Protocol associated with Element chosen as an Input. …
23rd January 2025
Hello, I am encountering an issue where the display of SNMP number parameter is negative even though the value coming from the device is positive. After some investigation I believe …
23rd January 2025
Hi I have code: public GQIPage GetNextPage(GetNextPageInputArgs args) { _logger.Information(“Fetching next page”); var rows = new List<GQIRow>(); List<GetParameterResponseMessage> paramInfo = new List<GetParameterResponseMessage>(); try { foreach (var service in serviceList) { …
23rd January 2025
Hi I am trying to do _dms.SendMessages in loop to the value of parameters of elements it takes lot of time and goes into timeout, what is the workaround for …