Mendix Expert Validations

Content Type: Industry Template
Categories:

Overview

This application showcases the Expert validation pattern as outlined in the recent Mendix blogs. It also offers a field-by-field UX validation pattern that is built on top of the Expert pattern.

https://medium.com/mendix/expert-validations-in-mendix-10e1bdfc7bc0 

Documentation

Demo urlhttps://expertvalidation-sandbox.mxapps.io/

Description

The application showcases the Expert Validation pattern as outlined in https://medium.com/mendix/expert-validations-in-mendix-10e1bdfc7bc0. It also offers a field-by-field nanoflow validation pattern, as outlined in https://medium.com/@wpenris/tabbable-field-by-field-nanoflow-validations-in-mendix-dfb0395a424d 

Typical usage scenario

When a company wants to define enterprise-wide validation standards, this module can help to start building such a standard. 

Features and limitations

Please download and open the project, and inspect the Microflows in the 4th folder:

These microflows showcase the Expert Pattern as described in the first Blog named above.  When running the project, these microflows are triggered when pressing “Save 4”

In the two subsequent folders, the Expert pattern is translated to nanoflows instead of microflows, and a tabbable field-by-field validation pattern is used in the 6th folder. The second blog explains how this extended pattern works. 

Dependencies 

  • Mendix Studio Pro v9.12.0

Installation

Just download and run the project.

 

Releases

Version: 1.0.0
Framework Version: 9.12.0
Release Notes: v1 - expert pattern + field-by-field validation pattern