If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.
Logic and Business Rules
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-tos, you can learn how to translate your business logic into microflows and build and debug them from the beginner to the expert level.
Documents in This Category
- Work with Lists in a Microflow
Teaches you how to work with a list of objects in a microflow as well retrieve a filtered list of objects from the database.
- Set Up Server-Side Paging and Sorting for a Microflow Data Source
This how-to teaches you how to create a data grid with a microflow data source which retrieves data from a REST service, and then add server-side paging and sorting to it.