Mendix Week 5 - Part 08 Using Settings for blocking or allowing payrises

Опубликовано: 30 Март 2026
на канале: barrya32
83
1

Second example - using the settings values to allow or disallow payrises in the Mendix app

Week 5 has eight videos

This demonstrates how to handle a 'single' value in Mendix - equivalent to using a variable in other programming environments. In summary a microflow is used to restrict access to the first "row" of values in an entity - a GetOrCreateValue microflow. This is used in two examples - to award a percentage salary increase; to allow or disallow changes to the salary.

01 Intro to single values    • Mendix Week 5 - Part 01 Introduction to us...  
02 Creating an entity in Mendix's domain model for single values    • Mendix Week 5 - Part 02 Domain model  
03 Writing a GetOrCreate microflow to manage the single settings in the domain model in Mendix    • Mendix Week 5 - Part 03 Microflow  
04 Using the microflow to set or retrieve the single values in an app    • Mendix Week 5 - Part 04 Using it  
05 Example of using single settings in the EmpDept app    • Mendix Week 5 - Part 05 Intro to settings ...  
06 Setting up the dialog boxes to set single values in the EmpDept app    • Mendix Week 5 - Part 06 Using the setting ...  
07 Integrating the values in settings into the app - for increasing salaries    • Mendix Week 5 - Part 07 Using Settings for...  
08 (this video) Second example - using the settings values to allow or disallow payrises in the Mendix app

Week 6 builds a new app - one to model actor and movie data. It looks at primary keys, calculated fields, many-to-many relationships and nesting data containers -    • Mendix Week 06 - Part 01 Intro to the Acto...