Inspired by Tridion Stack Exchange Question .
There is one more thing about list definition which is not used enough despite being flexible and powerful.
It is List Definition Path resolver.
In dashboard view you can define associations between...
If you are working on list extension, there is one little thing which you should know about.
This tiny thing is a list column translator.
Might sound simple, but in fact it is a very-very powerful tool when you want to change your list representation...
We have all heard about ECL, but there’s also a simpler way to get something similar. Welcome the IBinaryContentProvider interface. It allows you to extend external multimedia components with custom protocols or even modify existing protocols. Let’s define...
Last time I told you how to create batches through regular CoreService endpoint. If you remember I mentioned that you should set parameters for your operation as a Dictionary<string, string>, which is fine for most of the operations, but what if you need...
Support for multiple operations in CoreService was implemented in SDL Tridion 2013. Multiple operations are called Batches now. Let’s take a look how to make use of it. First of all there are 2 ways you can do it – using special endpoint with CoreServiceBatchClient...