Skip to main content
Eduard Bunescu
Low Code Developer
View all authors

Dynamic Page Redirects in Intrexx

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 3 min read
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

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 3 min read
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.