- 208
- 53 269
barrya32
Приєднався 19 лис 2008
Mendix Week 5 - Part 08 Using Settings for blocking or allowing payrises
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 ua-cam.com/video/3523pznuRoo/v-deo.html
02 Creating an entity in Mendix's domain model for single values ua-cam.com/video/u0M0UqIDRNM/v-deo.html
03 Writing a GetOrCreate microflow to manage the single settings in the domain model in Mendix ua-cam.com/video/mzWy3CFpZuU/v-deo.html
04 Using the microflow to set or retrieve the single values in an app ua-cam.com/video/IejhVZXt2GM/v-deo.html
05 Example of using single settings in the EmpDept app ua-cam.com/video/V6z7tqAzWwY/v-deo.html
06 Setting up the dialog boxes to set single values in the EmpDept app ua-cam.com/video/1u_qdFGPpss/v-deo.html
07 Integrating the values in settings into the app - for increasing salaries ua-cam.com/video/AT1AdvnMOoA/v-deo.html
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 - ua-cam.com/video/t6qjlhFPvcU/v-deo.html
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 ua-cam.com/video/3523pznuRoo/v-deo.html
02 Creating an entity in Mendix's domain model for single values ua-cam.com/video/u0M0UqIDRNM/v-deo.html
03 Writing a GetOrCreate microflow to manage the single settings in the domain model in Mendix ua-cam.com/video/mzWy3CFpZuU/v-deo.html
04 Using the microflow to set or retrieve the single values in an app ua-cam.com/video/IejhVZXt2GM/v-deo.html
05 Example of using single settings in the EmpDept app ua-cam.com/video/V6z7tqAzWwY/v-deo.html
06 Setting up the dialog boxes to set single values in the EmpDept app ua-cam.com/video/1u_qdFGPpss/v-deo.html
07 Integrating the values in settings into the app - for increasing salaries ua-cam.com/video/AT1AdvnMOoA/v-deo.html
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 - ua-cam.com/video/t6qjlhFPvcU/v-deo.html
Переглядів: 49
Відео
Mendix Week 5 - Part 07 Using Settings for payrise increases
Переглядів 468 місяців тому
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 percen...
Mendix Week 5 - Part 06 Using the setting in the EmpDept app
Переглядів 468 місяців тому
Setting up dialog boxes to set single values in the EmpDept 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 salar...
Mendix Week 5 - Part 05 Intro to settings in the EmpDept app
Переглядів 518 місяців тому
Example of using a single value for settings in the EmpDept 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 salar...
Mendix Week 5 - Part 04 Using it
Переглядів 888 місяців тому
Using the microflow to set or retrieve the single values in an 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 sa...
Mendix Week 5 - Part 03 Microflow
Переглядів 3798 місяців тому
Writing a GetOrCreate microflow to manage the single settings in the domain model in Mendix 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 -...
Mendix Week 5 - Part 02 Domain model
Переглядів 578 місяців тому
Creating an entity in Mendix's domain model for single values 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 ...
Mendix Week 5 - Part 01 Introduction to using single values
Переглядів 548 місяців тому
How we can use single values in Mendix 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 d...
Mendix Week 4 - Part 07 Using conditions in a microflow
Переглядів 1389 місяців тому
How conditions are used in a microflow to alter the outcome Week 4 has seven videos 01 Adding navigation elements to an app in the left navigation panel ua-cam.com/video/R8B3Sdjx2jA/v-deo.html 02 How to change the type of an attribute to use an enumeration ua-cam.com/video/QrU7UHR79AY/v-deo.html 03 Creating the equivalent of a foreign key in Mendix using a relationship ua-cam.com/video/6sXcHO5A...
Mendix Week 4 - Part 06 Using a Microflow to change a value
Переглядів 2159 місяців тому
Creating a microflow to change a value in an object Week 4 has seven videos 01 Adding navigation elements to an app in the left navigation panel ua-cam.com/video/R8B3Sdjx2jA/v-deo.html 02 How to change the type of an attribute to use an enumeration ua-cam.com/video/QrU7UHR79AY/v-deo.html 03 Creating the equivalent of a foreign key in Mendix using a relationship ua-cam.com/video/6sXcHO5A8Qo/v-de...
Mendix Week 4 - Part 05 Using a Microflow to show a page
Переглядів 3039 місяців тому
Introduction to using Microflows in Mendix - to show a page with a particular object (row/record) Week 4 has seven videos 01 Adding navigation elements to an app in the left navigation panel ua-cam.com/video/R8B3Sdjx2jA/v-deo.html 02 How to change the type of an attribute to use an enumeration ua-cam.com/video/QrU7UHR79AY/v-deo.html 03 Creating the equivalent of a foreign key in Mendix using a ...
Mendix Week 4 - Part 04 Ratings widget
Переглядів 1739 місяців тому
Using a different type of widget in an entity - the Ratings widget and accompanying integer attribute in the object (column in the table) Week 4 has seven videos 01 Adding navigation elements to an app in the left navigation panel ua-cam.com/video/R8B3Sdjx2jA/v-deo.html 02 How to change the type of an attribute to use an enumeration ua-cam.com/video/QrU7UHR79AY/v-deo.html 03 Creating the equiva...
Mendix Week 4 - Part 03 Creating the equivalent of a foreign key
Переглядів 1149 місяців тому
Creating the equivalent of a foreign key in Mendix using a relationship Week 4 has seven videos 01 Adding navigation elements to an app in the left navigation panel ua-cam.com/video/R8B3Sdjx2jA/v-deo.html 02 How to change the type of an attribute to use an enumeration ua-cam.com/video/QrU7UHR79AY/v-deo.html 03 (this video) Creating the equivalent of a foreign key in Mendix using a relationship ...
Mendix Week 4 - Part 02 Using an enumeration for data validity
Переглядів 2489 місяців тому
How to change the type of an attribute to use an enumeration - restricting the type of data that can be entered into a form field Week 4 has seven videos 01 Adding navigation elements to an app in the left navigation panel ua-cam.com/video/R8B3Sdjx2jA/v-deo.html 02 (this video) How to change the type of an attribute to use an enumeration ua-cam.com/video/QrU7UHR79AY/v-deo.html 03 Creating the e...
Mendix Week 4 - Part 01 Navigation, more complex data types and relationships and microflows
Переглядів 1389 місяців тому
Adding features to the Mendix app previously developed. Week 4 has seven videos 01 (this video) Adding navigation elements to an app in the left navigation panel 02 How to change the type of an attribute to use an enumeration ua-cam.com/video/QrU7UHR79AY/v-deo.html 03 Creating the equivalent of a foreign key in Mendix using a relationship ua-cam.com/video/6sXcHO5A8Qo/v-deo.html 04 Using a diffe...
Mendix Week 3 - Part 10 Creating the Grade entity and pages
Переглядів 989 місяців тому
Mendix Week 3 - Part 10 Creating the Grade entity and pages
Mendix Week 3 - Part 03 Intro to the Domain Model and Dept entity
Переглядів 1229 місяців тому
Mendix Week 3 - Part 03 Intro to the Domain Model and Dept entity
Mendix Week 3 - Part 09 Altering the Emp entity and pages
Переглядів 539 місяців тому
Mendix Week 3 - Part 09 Altering the Emp entity and pages
Mendix Week 3 - Part 08 Employee entity and pages
Переглядів 929 місяців тому
Mendix Week 3 - Part 08 Employee entity and pages
Mendix Week 3 - Part 07 Using the Add Edit Department page to edit departments
Переглядів 1389 місяців тому
Mendix Week 3 - Part 07 Using the Add Edit Department page to edit departments
Mendix Week 3 - Part 06 Creating the Add Edit Department page
Переглядів 2119 місяців тому
Mendix Week 3 - Part 06 Creating the Add Edit Department page
Mendix Week 3 - Part 05 Creating the Department list view
Переглядів 2729 місяців тому
Mendix Week 3 - Part 05 Creating the Department list view
Mendix Week 3 - Part 04 Creating the front page
Переглядів 1259 місяців тому
Mendix Week 3 - Part 04 Creating the front page
Mendix Week 3 - Part 01 Demo of the Emp Dept Grade app
Переглядів 1179 місяців тому
Mendix Week 3 - Part 01 Demo of the Emp Dept Grade app
Mendix Week 2 - Part 02 Slideshow Homepage
Переглядів 2459 місяців тому
Mendix Week 2 - Part 02 Slideshow Homepage
Mendix Week 2 - Part 03 Slideshow Other Pages
Переглядів 1069 місяців тому
Mendix Week 2 - Part 03 Slideshow Other Pages
Mendix Week 2 - Part 04 Slideshow Buttons and wiring
Переглядів 1299 місяців тому
Mendix Week 2 - Part 04 Slideshow Buttons and wiring
Mendix Week 2 - Part 05 Slideshow Final tidying
Переглядів 769 місяців тому
Mendix Week 2 - Part 05 Slideshow Final tidying