Hi everyone,
I'm working on building a custom Change Management system and the goal is to be able to view the changes related to a node or application on the details page in Orion. These changes would be stored in a custom table in the Orion database.
What's the easiest way to display this data on the details page? I was thinking of a simple Custom SQL Table resource with a query like "SELECT * FROM ChangeRequests WHERE NodeID = $NodeID" however it seems macros aren't supported in SQL queries, only SWQL but SWQL doesn't support querying custom tables.
How do you suggest doing this?
Thanks,
Andrew