Posts
Comparing a list to reference set in a microflow decision
Will a decision (condition) comparing a reference set with a list of objects evaluate correctly?
Posted in Mendix on Jan 23, 2024 · 1 min read
Don't use nanoflows for web applications
Don't use nanoflows in (responsive) web applications, because they will cause performance and security issues
Posted in Mendix on Oct 18, 2023 · 5 min read
Missing (disappearing) HTTP Headers in a published REST service
Why are certain HTTP headers missing from the request received in the Mendix cloud and not in local development?
Posted in Mendix on Jul 28, 2023 · 2 min read
Disabled action buttons on pages
Why is the action button disabled if one of the input parameters for its microflow/nanoflow is missing?
Posted in Mendix on Jun 16, 2023 · 2 min read
Deep link microflow not found
The microflow exists and is part of the deployed package, but it doesn't show up in the synced microflows. Why?
Posted in Mendix on Sep 8, 2022 · 2 min read
Don't combine unique validation rule with an index
Should I use an index on an attribute —that is used in a lot of retrieves— if it also has a unique constraint
Posted in Mendix on Jul 26, 2022 · 1 min read
Anonymous users enabled? Check these 3 common security misconfigurations
These 3 security misconfigurations are very common and leave your app exposed to serious risk
Posted in Mendix on Dec 7, 2021 · 4 min read
What the (c)heck
Checklist for code or peer reviews
Posted in Mendix on Oct 7, 2017 · 2 min read
Fast manipulation of large tables
Use batches and seperate transactions to make processing of large tables faster
Posted in Mendix on Jul 13, 2017 · 3 min read
Writing better commit messages
Commit messages serves many purposes and can save everyone a great amount of time
Posted in Mendix on Jul 5, 2017 · 3 min read