Skip to main content

2 posts tagged with "Lowcode"

View All Tags

Intrexx & Font Awesome

· 3 min read
Ariadna Suteanu
Low Code Developer

Intrexx is a robust platform designed for easily creating and managing web applications. A key feature of Intrexx is its intuitive user interface, which leverages icons to enhance user interaction and experience. The built-in icons in Intrexx cover a wide range of functions and actions, providing users with immediate visual recognition and understanding of various tasks and options within the application.

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.