Hello, I am a new Mendix learner for being a cert. Rapid Developer. In Microflow Basics learning module / Create the edit microflow section, when edit button is pressed, ScheduleCourse object is sent to the microflow as a parameter automatically. However, Edit button resides in a data list sourced from ScheduleCourse table. In other words, the screen keeps a list of ScheduledCourses. How does the screen know to send only one object to the edit button microflow know? What happens if I want to send the whole list as a parameter? If the screen deals with one object, it is easy. But the screen is about a list of object. Please note that, I know that it sends the current or selected object. I am asking that how Mendix decides to send one object instead of a list.
↧