Due to the holidays and our difficulty in finding someone (with the May vacations) to present a good topic, we’ve decided to drop the May webinar from the schedule. For June, however, we’ll look to have two sessions so we won’t miss out on any of the...
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...