Tridion developer articles and tutorials

  • Creating PDF files using Apache FOP

     
    Introduction

    Because Tridion R5 separates content from layout, many different page formats are possible. However PDF, a popular document format, remains difficult because of its tangled structure that contains many elements in an almost random order, referring to each other. A solution to this problem…

  • Create custom errors in GUI from event system

     
    Introduction

    It's possible to create a custom error message in the GUI from the event system. You can use this functionality for example in the OnComponentSavePre Event (e.g. to check values of fields before saving a Component).

    1. Adding the code to your event system

    Add the following code to your…

  • Accelerate Tridion GUI

     
    Introduction

    This document describes 4 simple actions that should be taken by every Tridion Infrastructure consultant when installing Tridion on a new environment. These actions will speed up IIS' performance and are valid actions for any other Web Site, not Tridion only.

    Prerequisites

    Tridion 5…

  • Event System and Workflow Developer's Guide

     
    Event System and Workflow Developer's Guide

    Contents:

    1                     Introduction  

    2                     Workflow Scripting  

    2.1                 Exposed objects and functions  

    2.2                 Problems and solutions  

    2.2.1             Working with users and groups  

    2.3                 Retrieving Updated Component details within a Workflow  

    2.3.1             Retrieving items when activity is "Assigned"…

  • Checklist Business Connector version R5.1 SP2 and higher

     
    Introduction

    Please check points 2 to 9 to confirm the correct installation and configuration of the Tridion Business Connector.

    1. ISAPI

    Go to the www master properties of IIS. Select the ISAPI  filter  tab.

    Make sure the ISAPI filter ASP.NET_1.1.4322.573 is installed and running (green arrow up). If not…