Question

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,

Was it helpful?

Solution

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=

OTHER TIPS

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.

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.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top