Exporting/importing of DOM instances

Hi Reinout, Currently, the DOM editor would the easiest solution to export DOM instances. When importing the DOM instances again, the CRUD scripts should get triggered. Do keep in mind …

serializing / deserializing dom instance

Hi Tim, The easiest way to serialize and deserialize a DOM instance is by using the ‘domInstance.ToJson()’ and ‘DomInstance.FromJson()’ methods.

Shape data filed AlarmFilter with cardVar

AlarmFilter is indeed one of those few remaining shape data fields that do not support dynamic parts yet. We tend to add and support those on a use case basis. …

Authentication for low-code apps in iframe

Hi Laris – note that this already implies that for all external users one would have to make a user account on the DataMiner System itself.  Because you are talking …

DMA restore

Hi Milos, If you restore a backup on the same machine, in other words you overwrite the same config with just a version from a few days earlier, you should …

Change the table update effect based on the trigger

Hi Marco, We improved this behavior recently. The results from the previous table are maintained until the new updated result has arrived. This is in effect as of DataMiner 10.3.0(CU15), …

Service Template filtering on Foreign Key

Hi Daniel, The first approach that comes to my mind is to update the primary key of the table so it can include the node id. For example: InterfaceId.NodeId Then, …

Remote DMA connection from a protocol

Hi depending on your use case it would indeed be the WebAPIs or web services. If you have a specific workflow in mind you can also look into User Defined …