Here’s a small function that will restore MS SQL database. I couldn’t find a nice script on the net, so had to rewrite some C# code to PowerShell, enjoy: clear trap{ Write-Host $_.Exception.InnerException.InnerException.Message -ForegroundColor Red }...
As of SDL Tridion 2011, we have a new API for manipulating fields within Web resources referenced by Custom URLs. You can find some basic examples on live documentation . I got a question by a customer on how exactly to deal with embedded fields. I played...
Why?
Clients often ask about how they can configure alternate URLs for the Pages they manage in SDL Tridion. Normally I tell them it’s entirely possible, and talk a bit about how it would be handled...
Why?
Clients often ask about how they can configure alternate URLs for the Pages they manage in SDL Tridion. Normally I tell them it’s entirely possible, and talk a bit about how it would be handled. In a .Net environment, I explain, we’d likely use...
One of the easiest ways to upload multimedia content and conduct bulk imports in SDL Tridion CMS is accomplished by using WebDAV. WebDAV stands for Web-based Distributed Authoring and Versioning and it is an HTTP based protocol which allows documents...