Using validation in interactive Ui textbox

Hi Aditi, One way of achieving this result would be to add an extra ‘Label’ to the dialog where you present to the user if the input is valid or …

Length of the string exceeds the value

Hi Ömer, It’s indeed possible to increase the maxLength of the JavaScriptSerializer. Example: var serializer = new JavaScriptSerializer { MaxJsonLength = Int32.MaxValue // Set maxJsonLength to a higher value }; …

Error in SLSearch log file

Hi Arunkrishna, First of all some context: we use the Elastic scroll API to fetch Elastic data in pages. These scrolls have to be cleaned up when we finish using …

Visio table filtering using SubscriptionFilter

Understandably confusing as we use different syntaxes for different kinds of shapes, but in this case you’re looking for the TableRowFilter in the ParameterControlOptions. Hopefully that gets you where you …

Spectrum Element | Automation Set Parameter

Hi Yohan, Do be aware that for spectrum elements there is an extra layer in between the protocol and clients. This layer maintains multiple active sessions, each with their own …

Dataminer Run Time Error

Hello Natalia, You can find more information regarding SLDMS RTE: SLDMS.exe | DataMiner Docs To investigate it, we will need: screenshot showing the alarm console, so we can see which …

Custom dashboard / low-code app

Hi Marco, There is a nice tutorial that I believe cover your use case: Creating a parameter table connected to an element feed You can find more information in DataMiner …