Bootcamp/Start/Levels/Intermediate
(Added Edited template with July 12, 2025.)
No edit summary
Tag: 2017 source edit
 
Line 146: Line 146:
     <div class="description">
     <div class="description">
</html>
</html>
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Read the Manifest on MDriven’s view of what a line of business application needs]]
* [[Training:Bootcamp:Chapter_4| Read the Manifest on MDriven’s view of what a line of business application needs]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Introduction to the Seeker Form]]
* [[Training:Bootcamp:Chapter_4| Introduction to the Seeker Form]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Understand the meaning of “null” and how to use the “isnull” operator]]
* [[Training:Bootcamp:Chapter_4| Understand the meaning of “null” and how to use the “isnull” operator]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Introduction to Action language]]
* [[Training:Bootcamp:Chapter_4| Introduction to Action language]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Test the assign operator ( := )]]
* [[Training:Bootcamp:Chapter_4| Test the assign operator ( := )]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Use the action operator separator semicolon ( ; )]]
* [[Training:Bootcamp:Chapter_4| Use the action operator separator semicolon ( ; )]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Introduction to OCL-PS and search expressions]]
* [[Training:Bootcamp:Chapter_4| Introduction to OCL-PS and search expressions]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Test the use of search expressions]]
* [[Training:Bootcamp:Chapter_4| Test the use of search expressions]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_4| Read about Seeker logic]]
* [[Training:Bootcamp:Chapter_4| Read about Seeker logic]]
<html>
<html>
     </div>
     </div>
Line 165: Line 165:
     <div class="description">
     <div class="description">
</html>
</html>
* [[Training:The_1000_steps_program_to_MDriven_Chapter_5| How to navigate to the Action Editor]]
* [[Training:Bootcamp:Chapter_5| How to navigate to the Action Editor]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_5| Introduction to Global actions]]
* [[Training:Bootcamp:Chapter_5| Introduction to Global actions]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_5| Set MenuGroups in the Action Editor]]
* [[Training:Bootcamp:Chapter_5| Set MenuGroups in the Action Editor]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_5| Explore ways to access ViewModels]]
* [[Training:Bootcamp:Chapter_5| Explore ways to access ViewModels]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_5| Set Sort order on actions]]
* [[Training:Bootcamp:Chapter_5| Set Sort order on actions]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_5| Introduction to Class actions]]
* [[Training:Bootcamp:Chapter_5| Introduction to Class actions]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_5| Introduction to ViewModel actions]]
* [[Training:Bootcamp:Chapter_5| Introduction to ViewModel actions]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_5| Add a ViewModel placed button to your app]]
* [[Training:Bootcamp:Chapter_5| Add a ViewModel placed button to your app]]
<html>
<html>
     </div>
     </div>
Line 183: Line 183:
     <div class="description">
     <div class="description">
</html>
</html>
* [[Training:The_1000_steps_program_to_MDriven_Chapter_6| Explanation to remove a button and ViewModel action]]
* [[Training:Bootcamp:Chapter_6| Explanation to remove a button and ViewModel action]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_6| Create buttons and connect them to actions/action expressions]]
* [[Training:Bootcamp:Chapter_6| Create buttons and connect them to actions/action expressions]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_6| How to enable a User to search and select items]]
* [[Training:Bootcamp:Chapter_6| How to enable a User to search and select items]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_6| How to save or cancel operations]]
* [[Training:Bootcamp:Chapter_6| How to save or cancel operations]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_6| Fix a problem with searching with a blank input]]
* [[Training:Bootcamp:Chapter_6| Fix a problem with searching with a blank input]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_6| Change cardinality to enable taking multiple items at once]]
* [[Training:Bootcamp:Chapter_6| Change cardinality to enable taking multiple items at once]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_6| Create an Association class]]
* [[Training:Bootcamp:Chapter_6| Create an Association class]]
<html>
<html>
     </div>
     </div>
Line 200: Line 200:
     <div class="description">
     <div class="description">
</html>
</html>
* [[Training:The_1000_steps_program_to_MDriven_Chapter_7| Rename a Class manually]]
* [[Training:Bootcamp:Chapter_7| Rename a Class manually]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_7| Use the Rename function]]
* [[Training:Bootcamp:Chapter_7| Use the Rename function]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_7| Create a note on the diagram]]
* [[Training:Bootcamp:Chapter_7| Create a note on the diagram]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_7| Add a new attribute]]
* [[Training:Bootcamp:Chapter_7| Add a new attribute]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_7| Change the AttributeMode from Persistent to Derived]]
* [[Training:Bootcamp:Chapter_7| Change the AttributeMode from Persistent to Derived]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_7| Add a Tagged value]]
* [[Training:Bootcamp:Chapter_7| Add a Tagged value]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_7| Set an editable Date Picker]]
* [[Training:Bootcamp:Chapter_7| Set an editable Date Picker]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_7| Add a SelectBox]]
* [[Training:Bootcamp:Chapter_7| Add a SelectBox]]
<html>
<html>
     </div>
     </div>
Line 218: Line 218:
     <div class="description">
     <div class="description">
</html>
</html>
* [[Training:The_1000_steps_program_to_MDriven_Chapter_8| Introduction to Placing Containers]]
* [[Training:Bootcamp:Chapter_8| Introduction to Placing Containers]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_8| Move ViewModel columns into a Placing Container]]
* [[Training:Bootcamp:Chapter_8| Move ViewModel columns into a Placing Container]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_8| Add a ViewModel column called Save]]
* [[Training:Bootcamp:Chapter_8| Add a ViewModel column called Save]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_8| Add 2 child-placing containers]]
* [[Training:Bootcamp:Chapter_8| Add 2 child-placing containers]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_8| Set items to stretch]]
* [[Training:Bootcamp:Chapter_8| Set items to stretch]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_8| Set items to wrap]]
* [[Training:Bootcamp:Chapter_8| Set items to wrap]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_8| Name the Placing Containers]]
* [[Training:Bootcamp:Chapter_8| Name the Placing Containers]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_8| Test how to wrap columns and rows in Placing Containers]]
* [[Training:Bootcamp:Chapter_8| Test how to wrap columns and rows in Placing Containers]]
<html>
<html>
     </div>
     </div>

Latest revision as of 05:17, 12 March 2025

This page was created by Edgar on 2024-08-12. Last edited by Stephanie@mdriven.net on 2025-03-12.

Training
INTERMEDIATE: CONTENT & OUTLINE
BEGIN YOUR JOURNEY
Explore how MDriven’s modeling tools can help you achieve your business goals.
Throughout this training process, we'll familiarize you with the MDriven Designer using the example of a car management system. This includes creating elements like Cars and a Car Factory and adding people such as a Car Owner and Car Dealer. Every chapter adds a different piece to the overall system. Let's begin!
Icon

MDriven Chat

How would you like to chat today?

Setting up your conversation…

This may take a few moments