Summary
In this chapter, we discussed many subjects that will help you customize your application to whatever requirements are thrown your way. It's important to remember that requirements from the business units you are supporting will likely change constantly. It's good to be familiar not only with the concepts we discussed but also with which concepts to implement and when. In this chapter, we first talked about a number of different functions and expressions that are commonly used. You learned how to implement and apply them in your logic. Remember, there are a lot more than just the handful we discussed in this chapter, so go familiarize yourself with them!
We then discussed how important sub-microflows are to every Mendix application. They are critical for reusability and hygienic code in your application. Becoming more and more comfortable with the implementation of sub-microflows will be an essential part of your Mendix journey.
Next, we saw that configurable...