Quick question and it may not be possible anymore with UCCE 12.x
In the past you could access a device by creating a parameter loaded URL for phoneFindList.do i.e.
https://cucm/ccmadmin/phoneFindList.do?selected=device.name&searchLimVal0=contains&searchString0=CSFDEVICENAME
When used, would load the page and populate the device.name [searchString0] input box with the provided CSFDEVICENAME. You would then simply hit FIND. (Never could figure out how to execute the search from the URL only).
However, when I attempt this now, it just returns phoneFindList.do with all of the search defaults, and ignores the parameters. I understand the database utilizes a UUID (key) to reference the actual device i.e. phoneEdit.do?key=some-key-that-is-used. I'm just wondering if I am simply overlooking a flaw in the URL format, or if it just don't work anymore. Since we store the devices owner information in another list, we can dynamically create the cucm/phoneFindList url. However, not if it can't accept URL Parameters anymore.
Appreciate the knowledge sharing in advance,
Patrick