Low Code Apps; Automation Script; feature request: Dummy as a feed
17th April 2023
Hi Jan Piet, Could we arrange a brief meeting to examine where things may be going wrong with your use case? Our team is keen to ensure that your use …
Answer
17th April 2023
Hi Jan Piet, Could we arrange a brief meeting to examine where things may be going wrong with your use case? Our team is keen to ensure that your use …
17th April 2023
Hi, From what I understand in your question, it is possible to set an alarm on one of the columns, right? In that case I would monitor that column through …
17th April 2023
Hi, NotifyDataMiner 10160 means that it’s a Create Element call that is failing. So something is going wrong when trying to create a new element. I don’t have an idea …
14th April 2023
Hi Nikolas, In this case I believe there are two possible approaches: Add a state column in the table (columnOptions). As mentioned in DataMiner Docs, this option can be used …
14th April 2023
Thank you both for the suggestions! Best regards Bruno Sousa
14th April 2023
This button is part of the DOM definition as I only want to see this button in certain DOM states & in the script which is triggered from the DOM …
14th April 2023
Hi Bruno, A possible option is to configure a SNMP Manager with: A different binding OID (a custom OID that you know represents a timeout alarm) A filter that only …
14th April 2023
Hi Jan Piet, The easiest solution is probably to adjust your script so that it reads in the value as is and prepends the ‘udp://’ text to the value. You …
14th April 2023
Hi Gabriel, Maybe a possible option option in this case could be adding an extra debug logic in the connector to export the content of the table to a CSV …
14th April 2023
Hi Kristopher, I believe this is a limitation of the mobile Visual Overview for which there is no workaround. Where are you using this mobile Visual Overview? Dashboards and low-code …
14th April 2023
Hi Maximiliano, DataMiner already supports building a router control using button panels. We have a use case that explains this nicely. However, we’re actually reinventing our approach to build a …
14th April 2023
Hi Rajesh, It seems to me that you are referring to the display time of a DOM field in dashboards or Low-Code Apps. This is actually the default setting for …
14th April 2023
Hi Oliver, There currently is no way to let groups scale or to let a child in a group scale to the size of the grid cell. You already came …
14th April 2023
Hi Gerwen, In the DOM form itself today we cannot run automation to implement such logic. Therefore it is possible to include interactive automation after a DOM button where automate …
14th April 2023
Hi Gerwin, This is not supported. You will have to implement an Interactive automation script and use the GetEligible call. More info about that call here