How to - Pass variables to a template
How to – Pass variables to a template

In this post we’ll show you how to use runtime parameters to effortlessly pass variables to a template. Runtime parameters provide an elegant way…

Read More →


Automation Design

OL Connect Server Authorization
OL Connect Server Authorization

Starting with OL Connect 2020.2, OL Connect Server allows role-based authorization and multiple users. In this article, we explore what this looks like for…

Read More →


Security

Breaking out of loops in DataMapper
Breaking out of loops in DataMapper

Loops are commonplace in data mapping configurations. Unless all your data is static, you have to use them in order to extract repeating items.…

Read More →


Data

Multi-Tasking 1: Engines
Multi-Tasking 3: Custom parallel processing for merge engines

The OL Connect Server can handle a lot of requests at the same time. To make it seamless and smooth, it delegates tasks to…

Read More →


Performance

The debugging user scripts
Troubleshoot your User Scripts with the Script Debugger

When developing complex OL Connect templates, User Scripts typically grow in number and complexity. You may encounter situations where they not always do what…

Read More →


Design

Windows tidbits
Windows tidbits: chapter 2

This series focuses on the various impacts the underlying operating system can have on your OL Connect implementation. This chapter explores some of the…

Read More →


Performance

Multi-Tasking 1: Engines
Multi-Tasking 2: Parallel Processing Presets

The OL Connect Server can handle a lot of requests at the same time. To make it seamless and smooth, it delegates tasks to…

Read More →


Performance

OL Connect - New Features
OL Connect 2021.2 – What’s new?

Better and Smarter! The second release for 2021, scheduled for mid-November, fixes over 100 issues, from trivial to critical, and introduces many enhancements in…

Read More →


News

Conditional design elements
Conditional design elements

When creating personalized documents one often needs to make decisions based on data. A common example is showing/hiding one or more paragraphs depending on…

Read More →


Design