Currently we have compare function which compares between the versions of a given item.
Now how can I compare any two given items (either two components which uses similar schema ; or pages) on selection?
I tried to provide the tcmid's of the source and destination items like
"http://sdltridion/WebUI/Editors/CME/Views/Popups/Compare/CompareDialog.aspx#root=<tcm-source>&id1=<tcm-destination>&id2=&popup=UID_393" but it was considering only the root i.e tcm:56-1520 and providing the comparision between the latest version and immediate previous version of tcm:56-1520 item.
How can I have comparision between two different components implemented using similar schema?