Adding and Monitoring Elements that are housed in Mobile Vans.
20th July 2023
Hi Jacques, We implemented a similar solution for a customer managing a fleet of OB trucks in the US. Here is the article OB Truck Manager – DataMiner Dojo The …
Answer
20th July 2023
Hi Jacques, We implemented a similar solution for a customer managing a fleet of OB trucks in the US. Here is the article OB Truck Manager – DataMiner Dojo The …
20th July 2023
Hi Jeroen, It is hard to know what your use case is. It would be nice to explain that as well in your question. I assume 2 things: – In …
20th July 2023
Hi Jeroen, Please find an example below. public static void CreateClassMap(Engine engine, Element ThisElement, string ClassMapName) { int ContextMenuParameterId = 14199; SetDataMinerInfoMessage DmInfoMessage = new SetDataMinerInfoMessage { DataMinerID = ThisElement.DmaId, …
20th July 2023
Hi Bram, Feel free to take a look at the answer to this Dojo question: https://community.dataminer.services/question/duplicate-pages-in-a-low-code-app/ There Leander explains how you can duplicate a page, as a workaround. DCP202736 is …
20th July 2023
Hi Mieke, If retrieving a huge amount of DomInstances would be required, paging is the way to go. Keep in mind that the example you provided will load all these …
20th July 2023
Hi Mieke, Option 1 is the most common way to do it if you expect not too many instances. Option 3 is the same as option 1, but instead of …
20th July 2023
In a booking context, one could indeed use the booking orchestration to start/stop those remote elements, so that they would only generate alarms and time-out events during the active time …
20th July 2023
Hi Ashwini, The service includes the source and destination, so providing access to the service will already give them visibility on the parameters included in this service. In the Visual …
20th July 2023
Hi Philip, If I understood correctly you want to update the Resource name when the event name changes. If so, then you need to have your function with an entry …
20th July 2023
Hi Jacques, as such elements are typically used during events such as a concert or sports event, our Service & Resource Management solution can automate this for you. You can …
20th July 2023
Hi This is not possible with the current state of the of the table visualization. The closest thing you can do now is provide an emoji in a column as …
20th July 2023
Hi Trong, Unfortunately, there’s no one place where emails sent by DataMiner are logged, if logged at all. Any specific type of e-mail you’re trying to find? It might be …
20th July 2023
Hi Fenta, We have introduced a table based approach for bigger matrices. This should help you to update the matrix faster. This is available form 10.3.1 onwards. See Table-based matrix …
19th July 2023
Hi Roberto, Welcome to our community! IDP has many great capabilities, where Facilities | DataMiner Docs is one part of it! Navigating to the DataMiner IDP application, in the Visual …
19th July 2023
Hi Bruno, yes that’s available. I would like to refer to our DataMiner Docs: Traps | DataMiner Docs. Hope this helps.