Hi!
Thanks for the answer, it works great when I change the Custom Attribute from the NetXMS Management Console via the object properties. I can see the changes after the specified time (in SyncInterval).
Changing Custom Attributes from script, however, doesn't seem to work. I can see the change in the console, but the server doesn't write it to the database. If I restart the server, the change is completely lost (I can't see it in the console anymore).
I use the following script, maybe I'm missing something:
SetCustomAttribute($node, "operationalstatus", "status");
Best regards,
Sch.Donat