Getting the Notes URL and Action URL
Posted: Wed Mar 23, 2011 12:29 am
I am writing a component for internal use called the "Actions Tab".
When a user is looking at a specific service like disk space check, we want to provide them with a link that has our procedure on disk space checks.
I thought the Notes URL and the Action URL would be handy for these types of links. That way we put the specific link in the service based on the type of service it is.
Then it is a simple matter of pulling the Notes URL or the Action URL from the database. That way it is dynamic on the Actions tab based on the particular service I am looking at.
Make sense?
Do you have an example of the code I need to use to pull this information from the database? I've been playing with the function get_service_objects_xml_output() and it retrieves the information for all services however I don't know how to get the specific information for a) the service I am looking at and b)the Notes URL or Action URL.
My programming skills are stretched at this point.
When a user is looking at a specific service like disk space check, we want to provide them with a link that has our procedure on disk space checks.
I thought the Notes URL and the Action URL would be handy for these types of links. That way we put the specific link in the service based on the type of service it is.
Then it is a simple matter of pulling the Notes URL or the Action URL from the database. That way it is dynamic on the Actions tab based on the particular service I am looking at.
Make sense?
Do you have an example of the code I need to use to pull this information from the database? I've been playing with the function get_service_objects_xml_output() and it retrieves the information for all services however I don't know how to get the specific information for a) the service I am looking at and b)the Notes URL or Action URL.
My programming skills are stretched at this point.