Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.53 KB

logic-and-business-rules.md

File metadata and controls

25 lines (20 loc) · 1.53 KB
title
Logic & Business Rules

Application logic is created in Mendix in the form of Microflows. So, what's a Microflow?

Microflows allow you to express the logic of your application. It 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 a lot by giving business-minded people insight into how the application is designed.

Now, learn how to translate your business logic into Microflows and build and debug them from beginner to expert level.

How-to's: