Skip to main content

7 posts tagged with "Lowcode"

View All Tags

Create a Secret Santa application using Intrexx (Part 1)

· 5 min read
Cosmin Valeanu
Low Code Developer

It’s almost the holiday season, and you probably know what that means: gifts, gifts, and more gifts! Of course, no winter holiday would be complete without the Secret Santa tradition. But now you’re facing a conundrum: should you create a group chat, start drawing names, and try your best not to leave anyone out? Or… should you use an online application instead? The latter certainly sounds much more convenient! But what if you could take it a step further and develop your very own Secret Santa application to use year after year?

Session values in Intrexx

· 4 min read
Cosmin Valeanu
Low Code Developer

When creating applications using Intrexx, you will likely need to store and read values specific to that particular user's session. The most important aspect of session values is that they can be accessed from any page of your Intrexx portal.

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 & 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.