Attach device id to node

Started by Egert143, April 10, 2023, 10:09:26 AM

Previous topic - Next topic

Egert143

Hello

What would be the best way in NetXMS to store device unique id tag, that is also printed on device itself?

It should be possible to search it. And easily display in device page.

Egert

Filipp Sudanov

There's new asset management functionality coming in 4.4. There will be option to configure the fields and fill them in for each node. I think there should also be a search mechanism.
There's no mechanism to display these fields exactly on overview tab, but this could be achieved by a script DCI displayed there or by script macro called from commend field.

Also, when this will be implemented, these values could be put into built-in fields from configuration poll hook: https://track.radensolutions.com/issue/NX-2402

In current version you can either use a custom attribute or a push DCI (e.g. you can use script object tool to edit the value).
Searching could be done using "Find object" query, pls update if you need an example on this.