Script execution error System.TypeLoadException

Hi Vincenzo. The exception means that the type ‘Text’ couldn’t be found in the SLManagedAutomation assembly. The strange thing is that it also shouldn’t be loaded from that assembly, and …

OSM Maps Url

That’s indeed correct. The Maps module will load a resource from api.mqcdn.com, but this will load additional resources where we have no control over and might change over time. I …

How to enable Microsoft Sign-in option on DIS?

Hi Harinee I was unable to reproduce this issue. DIS doesn’t do anything special and has no control over this. I would suggest to double check what Bert & Edib …

Trend Forecasting – SLAnalytics Question

Hello Ricuarte, Thanks for your question and interest in this topic! For a deeper insight into how the algorithm works, I would like to refer you to DataMiner Prediction engine – …

Low code app : Retrieve unique value with a query

You can do this with built-in functionality. Extend your query with an aggregate: count another column than the one you want its unique values from. Continue by grouping on your …

AppearTV X20 – Decoder Services aren’t showing

Hello Mohammad, This issue has been resolved in the latest version of the protocol. So, deploy the latest version (in the 1.2.4.X range) from the catalogue and that should work …

Low-code form – DOM – DomInstanceFieldDescriptor

Hi Leander, I believe your looking for the DomInstanceValueFieldDescriptor (see docs). However, compared to the DomInstanceFieldDescriptor, this one also references a specific value of that DomInstance Note that you could also …