title | category | tags |
---|---|---|
Drag Microflows and Pages into a Microflow |
Logic & Business Rules |
Coming home with sore hands from using the mouse too much during the day is uncomfortable. This how-to will teach you how to use the mouse more efficiently while modeling a Mendix app.
This how-to will teach you how to do the following:
- Generate a submicroflow from selected actions
- Drag a microflow or a page into a microflow
None.
If possible, re-using logic is an important procedure while developing apps. The actions that form the reusable logic can be selected and turned into a submicroflow. This just takes two clicks, as shown in this animation:
Dragging an existing form from the Project Explorer reduces the amount of mouse clicks and mouse pointer hovering. This animation shows how to drag a form into a microflow:
Instead of creating a new submicroflow action, it is easier to drag an existing microflow into the current one. The microflow that was dragged will automatically be identified as a submicroflow.
- How to Define Access Rules Using XPath
- How to Trigger Logic Using Microflows
- How to Create a Custom Save Button
- How to Extend Your Application with Custom Java
- How to Work With Lists in a Microflow
- How to Optimize Retrieve Activities
- How to Set Up Error Handling
- How to Optimize Microflow Aggregates
- How to Extract and Use Submicroflows