Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Mishal

#1
Hello,

I've been trying to access the NetXMS Javadoc index documentation website but it isn't available.
https://www.netxms.org/documentation/javadoc/latest/index-all.html

I use this extensively in development of nxshell scripts, would appreciate if it could be hosted again.

Thanks,
Regards,
Mishal
#2
I'm trying to use the JsonObject class from NXSL but it is failing when I call the constructor method with the following error: function not found error.

I'm using NetXMS version 3.9.
would appreciate if some one can direct me in the right direction as to how to resolve this issue.
My code to calling the constructor
body = JsonObject();