Last week I was shocked to hear that some of you don’t know what ReadOptions are for and just used to type new ReadOptions() everywhere. In fact, it’s very simple, but yet powerful feature. By setting ReadOptions you tell CoreService what you want to...
This will allow you to pass in a Page TCM, and get back the summary from the first component based on the General schema, if not it will return a default string This also limits to Pages ending with .aspx not in a Structure group of "so" not in a structure...
Sometimes you need to get a list of child publications in to a dropdown etc, this is an extension to the code from http://stringwriter.com/tag/tridion/ //Call like this GetChildPublications("tcm:0-5-1"); private string GetChildPublications( string parentTCM...
I have several scripts to collect some information from your Tridion system. First two are very simple out of the box functions to deal with event log. It might be useful if you want to check and backup your eventlog remotely on a daily basis. First clear...
The much awaited 2nd part of the "Validating content on save" series is now online , thanks to Robert Curlette for taking over this epic effort. Read the full text.
If you also think that it is essential that the Tridion community gets its own Open, Free and User driven knowledge base, then please consider following the Tridion Q&A site proposal at Stack Exchange Area 51. Please commit to the proposal if you feel...
During our MVP retreat I was inspired by Dominic Cronin to write a script that will go over the system and render all the pages there are to make sure everything is still working fine. Rendering pages was piece of cake and I decided to check component...