I would like to use content porter to move content from environment A to environment B. If component xyz is in both environment A and environment B, is there any way to prevent component xyz from updating if the last modified date in environment B is more recent than environment A? If not, any other ideas how to solve for this?
SDL Tridion Content Porter to Merge Content
94 Views Asked by Randy Miller At
2
Check the mapping.xml tag < URIReplacements >. You can provide different source and Destination URI/WebDav locations. I have not tried for the exclude but replacement.
You need to build logic for the LastModified Date on source & destination. This could be bit tricky( there are ways to do this using Triggers )
Thanks Vin