Hi Guys,
we have 2000 nodes having different custom properties and based on these custom properties we plan to nake deshboard .. also is there any possibility to import cvs file. Or any SQL query to update bulk custom properties..e. having custom properties of ‘Branch Type’ , ‘Region’ and ‘City’ .. Is we have any SQL query to update DB filed directly in one go without open and edit node??? which is surely a time consuming activity for 1500+ nodes. Like we have Caption update query below; UPDATE [dbo].[NodesData] SET [Caption] = 'NEW CAPTION' WHERE [IP_address] = 'OLD IP ADDRESS'