Today’s post will be a bit different to what I have written before. This time it will be minimum code and maximum words. I will try to explain the logics behind the rights and ownership of the workflow items. So, in our latest SDL Tridion 2013 you can...
My post http://amarchuk.blogspot.nl/2013/04/create-update-bundle-through-coreservice.html raised some confusion, so I would like to clarify some stuff with schemas, particularly this part: bundle.TypeSchema = new LinkToSchemaData{IdRef = "tcm:0-2-8"};...
Last time we talked about ViewModels in DD4T and how this architecture can make your Views more manageable. To see how this all fits, I've uploaded a sample solution. Read the full text.
Here's the script I use to automatically install Tridion build. It's a bit messy in a way the variables are declared - some of them are passed to the script, some are declared at the beginnign of the script and some are declared just before they are used...
As TDM was replaced with Powershell scripts in SDL Tridion 2013, it's even easier now to automate database creation. Here're the scripts to create CM database on MS SQL: param($dbServer,$dbName, $dbAdminUser = "sa", $dbAdminPassword = "password") "Creating...
Yesterday I experienced a strange issue where the publication property cannot be accessed due to the following error: The item tcm:0-167-65568 does not exist Seems like this group ID was somehow removed or corrupted. Good thing, there is a solution to...
One of the most important things in technology is curiosity and this will lead you to find new ways to do things, the other day I was checking all the Tridion 2013 configuration files and I realized that the new version of Tridion.ContentManager.config...
So, last week I was playing around with the Experience Manager (XPM) in Tridion 2013. I've heard that they change the name of the feature with every new release of Tridion. It is like a mystery to me why do they do that... It seems like a very powerful...