How to compare component versions for sending notifications?

64 Views Asked by At

I am working with Workflows (Automatic Activities). I would like to show which parts of the component have been modified via e-mail. I guess I can use something like: my_server/views/ASP/CompareFrameset.asp?SystemIdentifier=tcm:25-18409

But I don't know how to use the attribute "SystemIdentifier".

Thank you,

4

There are 4 best solutions below

0
Guskermitt On BEST ANSWER

I think that you try to build the next link:

http://<yourServer>/Views/ASP/CompareFrameset.asp?tds51cmwknlcom&URI=Compare&CONTEXTURI=tcm:25-24905&FILTER=auto&ITEMTYPE=&MODE=
1
Arjen Stobbe On

Assuming that you only want to include a link to the comparing functionality: The System identifier is the URI of the Component currently in Workflow.

2
Nuno Linhares On

I believe this works in a similar way with Tridion 2009 - check the documentation for "Comparing Activities" in Tridion 2011 SP1. In short: you're reinventing the wheel.

0
Peter Kjaer On

For the record, the System Identifier is a unique ID used in the MDVC to distinguish between open CME sessions.

It combines information such as the User ID, the version of the Content Manager, and the server name. You can read the current System Idenfifier from the SystemIdentifier property of the MDVC.