Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Logic and Business Rules

Last modified: August 21, 2023

1 Introduction

Application logic is created in Mendix in the form of microflows. A microflow allows you to express the logic of your application. This is a visual way of expressing what traditionally ends up in textual program code. In other words, microflows allow you to easily add complex business logic to the processes in your application without having to write code.

Mendix is all about collaboration between business and IT, and microflows help to give business-minded people insight into how the application is designed.

With these how-to’s, you can learn how to translate your business logic into microflows and build and debug them from the beginner to the expert level.

2 Documents in This Category