NetXMS Support Forum

English Support => General Support => Topic started by: Egert143 on April 10, 2023, 10:09:26 AM

Title: Attach device id to node
Post by: Egert143 on April 10, 2023, 10:09:26 AM
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
Title: Re: Attach device id to node
Post by: Filipp Sudanov on April 11, 2023, 04:19:31 PM
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.