Verified 100% Correct
What does it mean if Mendix reports a number of errors when committing your work? -
ANSWER The app will not run in its current state and you should fix the errors before
committing.
What type of validation could ensure that the domain of an email address is
@mendix.com? - ANSWER Regular expression
You want to make sure that an airline flight in your app cannot be deleted if there are
still passengers assigned to it. What should you configure? - ANSWER Prevention of
delete
Where can you find the validation messages for attributes that are not connected to
input widgets on a page? - ANSWER In the log (Wrong ANSWER). You may select
other ANSWERs except this.
Default save behavior can be replicated using which two microflow activities? -
ANSWER Commit object, Close page
What is delete behavior? - ANSWER It defines what happens to an associated object
when an object is deleted.
Where can you create user roles? - ANSWER In the App Security
Where do you configure Microflow access? - ANSWER Module security
What is the relationship between User roles and Module roles? - ANSWER A User role
is defined on Project level, and has Module roles assigned to it.
There is a button on the homepage which links to a Costs overview page. What
happens to this button if the user's role does not have access to the page? - ANSWER
It is not displayed
Where do you manage the overall security settings for an app? - ANSWER App
Security
When creating a new page, where can you find all PWA-specific page templates? -
ANSWER Phone (Web)