Skip to main content

2 posts tagged with "Groovy"

View All Tags

Dynamic Page Redirects in Intrexx

· 4 min read
Eduard Bunescu
Eduard Bunescu
Low Code Developer

There are many applicable real-life scenarios where the destination page must sometimes be different upon the click of a button. Imagine the same button being clicked to determine what the destination page should be on its own. How to do this Intrexx?

Intrexx Process Looping

· 2 min read
Eduard Bunescu
Eduard Bunescu
Low Code Developer

Have you ever encountered an issue in Intrexx where most of your backend logic relies on event listeners, such as record insertion, updating, or deleting?

It's a valid approach, but sometimes you may find yourself restricted to calling backend processes via Generic Actions triggered with an AJAX call. In such cases, you might wonder how to send data to those event listeners without duplicating all the functionality in a single Groovy Script Action.