Pages
Domain Model
Microflow/Nanoflow
General/Others
Bonus
100

Shows the contents of exactly one object. 

What is data view?

100

Allow entities to communicate with one another.

What is association?

100

It models custom logic instead of custom code.

What is microflow?

100

A development environment used to create application software through a graphical user interface.

What is a low-code platform?

100

She makes good sushi.

Who is Didi?

200

Allows you to note potential issues and make adjustments before the app goes live.

What is preview?

200

Defines whether an object can be committed to the database.

What is persistability of an entity?

200

Useful to analyze the application execution and data up to that point.

What is breakpoint?

200

Write and debug Java actions.

What is Eclipse?

200

An ex-mountain bike company owner in our department.

Who is Mike?

300

Double click the background (not the title text) and change the title there.

How to change the Page title in Mendix?

300

getCaption()

What command can make Enumeration to be String?

300

Add a breakpoint to check the action.

What is a good way to debug the action in Microflow?

300

toString([%currentDataAndTime%])

How to display the current data on in text on Mendix?

300

substring("12/31/2022, 11:59pm" , 6,4)

How to only show "2020" in text if the text is "12/31/2022, 11:59pm"

400

1. Go to the website and right-click the section where you want to change the color.

2. Find the right document and add css code there.

How to use Visual Studio to change the website color?

400

Call Rest

What action should you use to obtain the information from API in Microflow?