map Layer of sourceType “connectivity”

Hi Bernard, please see example below. <?xml version=”1.0″?> <MapConfig xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”> <Center latitude=”0″ longitude=”0″ layer=”” marker=”” force=”true” filterVars=””/> <InitialZoom>3</InitialZoom> <SpiderfiedMarkers enable=”false” nearbydistance=”20″ /> <Layers> <!– SOURCE OBJECTS LAYER–> <Layer name=”DataMiner …

Equipment not visible in Rack View

Hi Thomaz Can you try the Refresh & Rebuild option? It can be found under the IDP Application Visual Overview on the Admin > Facilities > Rack Assignment

SRM – Add a pop-up notification for a type of bookings

Hi Bruno, You can achieve this by checking if the booking is contributing: e.g.: var reservation = SrmManagers.ResourceManager.GetReservationInstance(Guid.NewGuid()) as ServiceReservationInstance; if (reservation.IsContributingReservation()) { return; } Kind Regards

Application Framework – buttons

Hi Jeroen, I think you are talking about button panels, these are not the same as buttons in the low-code apps. The applications have a different button component that can …

How can I show an icon in my element table

Hi Jens, you can associate icons with table column values. Refer ColumnOption element | DataMiner Docs. Don’t forget to add the icon reference on your table parameter (discreet option). Refer …

How can I show an icon in my element table

Hi Jens, I know you can configure custom icons for elements, views, services,… but I don’t think these will be applied to element tables. But just in case this is …

Copy, Export and Import Applications

Hi Edson, There currently is no official procedure to move an app from one DMS to another. It can be done by copying the entire folder from C:\Skyline Dataminer\Applications to …