Can we define a Button parameter of type Read?

As stated in the following docs, a button should be used with parameter type ‘write’. As for the question, if it’s possible with a ‘read’ type: I’m not quite sure …

DOM validation on input string data

Hi Tim, It is already possible to add URL and Email validation to string fields, but unfortunately, there is no generic/configurable validation possible right now. If this would be a …

unit conversion with a param and protocol loading error

Hi Julien, Can you please try changing the interprete type from string to double? <Interprete> <RawType>numeric text</RawType> <LengthType>next param</LengthType> <Type>double</Type> </Interprete> The GetMeasurementType method seems to be called with “digital …

Proxmox Virtual Environment

Hi Jorge, I have no experience with this hypervisor, but from a DataMiner perspective this typically doesn’t matter which hypervisor you use. DataMiner just needs a Windows OS, and it …

RequestManualMode Action

Hi Daniel, The RequestManualMode method can be used as follows to show progress of a long running action to the user: controller.RequestManualMode(() => { for (int i = 0; i …

“Advanced Editing” Shape data

Hi Michael, An automation script being executed, or a QAction (=C#) from a driver being executed, basically runs on the server. On the server, it’s not immediately possible to interact …

SRM: Retrieve booking count with GQI

Hi Cian Hao, The Get Bookings GQI query has been optimized, since DataMiner 10.4.2, to specifically count the number of bookings that were filtered. The count aggregator should be applied …