Integrating the values in settings into the app - for increasing salaries
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 (this video) Integrating the values in settings into the app - for increasing salaries
08 Second example - using the settings values to allow or disallow payrises in the Mendix app • Mendix Week 5 - Part 08 Using Settings for...