Method not found IDms

Hi Gerwin, can you check if all dlls are correctly referenced under the script code in dataminer? I am also posting a screenshot of section mentioned, so you can have …

Add Templated Service to Multiple Views

To answer my own question, I was able to do this in Drag & Drop editing by holding Control. I was also able to accomplish via scripting (After loading the …

Cassandra Unavailable

Hi Riccardo You can check the status of the connection with the DB on this 2 log files SLCassandrahealth and SLDBConnection within C:Skyline Dataminerlogging folder. Check first the cassandra health …

Hide header bar in the low-code app

Hi Marco, You can use the query param ’embed=true’ to hide the headerbar. Example: ‘https://robinde.skyline.local/app/35688057-da15-4720-be2c-cdcd8eddde5c/Page?embed=true’ where the ‘?embed=true’ part is the important one for your question With kind regards

Rotate views in Cube

Hi Joshi, You can use the auto slide argument when launching cube. More info can be found here.

Shape Blink when Timeout

Hi Stacey, here is the shape data. Appreciate if you can assist on the blinking

Table keys list in Low-Code Apps

Hi Manuel You could use GQI to fetch these indices using the built-in ‘Get parameter table by ID’ data source. This data source has 2 inputs: DMA ID & Element …

AdHoc Script – Get Services with Alarm State

Hi German, You can use the GetLiteServiceInfo message with the ViewID property set to retrieve all services within a view. You can then use a subscription on the LiteServiceStateEvent to get …