Comments
-
krdep: Are you still looking for a solution to this? If so here are some options: 1. If you know the URL's in advance, you can just use standard HTML tables and/or Select tools 2. If you're querying the database to obtain links, you'll need to write JavaScript to execute a JSON query and populate your table/drop down…
-
What forum would that be?
-
This is a node for a specific node. There is an "Add Note" link, but no "Delete Note" link. The "Edit" link applies to the widget, not to the Note. According to SolarWinds "What we're working on" there is currently no way to delete notes within the Web Console. There isn't any reference to an SWIS service that would…
-
NodeNotes is the table name
-
VMAN. table name is VIM_VirtualMachineDisksStatistics_CS_cur (on the SQL Server)
-
Thanks Dan. Trouble is, I'm building a method for deleting Notes from specific Nodes. From what I've found, there is no JSON service to accomplish that, as there isn't even a Delete option on the Notes themselves. For this reason, I have built a custom HTML that uses JSON and Javascript to put the data up, but currently…