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,

有帮助吗?

解决方案

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=

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top