Hi,
Im working on monitoring the elements in DM by creating service according to my needs. When the device is started, the element tables are auto populated with audio/video data. But in the service i have created it is not populated with the audio/video table data. Is there any way to update my service and match the audio/video table data of the element?
thanks in advance
Hi Baranisudha,
Can you try to add a wildcard filter to your table columns?
e.g.
You can create or update services through automation.
More info can be found on this topic
https://community.dataminer.services/question/how-to-update-service-from-automation-script/
Hi Baranisudha,
I am assuming that you are developing an enhanced service. In order to include parameters from elements, you could use service templates. When creating services via service templates, you can assign a service protocol to the generated service.
Hope it helps.
can we do it through automation script code?