Back in the old days, we used an Orion query in e-mails to link directly to the node details page.
orionserver/.../SearchNodes.Action.asp
I'm looking for something similar to embed in our Sharepoint portal.
Basically the user fills out a form with the IP address of the device they are working on.
Once the form is submitted, a link to the NCM Node Details is generated using the IP address.
This query sort of works, but does not link directly to the Node Details page:
orionserver/.../NodeSearchResults.aspx
This opens a page with a list of nodes with this IP address.
I'd like it to open the node details page directly.
I don'r see any other aspx code that allows me to do that.
Has anyone implemented soemthing like this?