I have several pollers that get the serial number of various devices. I have a need to search for a serial number. Using CustomerPollerLastStatistics does NOT seem to work. I would write a SQL statement to get the information, but I can't seem to figure out the correlation of keys between the Nodes table the PollersTable and the PollerStatus table. In other words how can I find the node name Y of a node that has serial number X acquired via a custom poller.