Avoid external business logic
Avoid externally stored business logic. This could lead to different application behaviour per environment, making it difficult to test. Furthermore it costs development time to configure each environment after a local start or deploy.
Do not use the configuration screens of a Mendix App Store Module, instead configure the module programmatically, using constants if needed.