Mendix Commons

Content Type: Module
Categories: Utility

Overview

This module comprises a set of documents designed to enhance the functionality of applications, offering developers additional tools to integrate with ease and improve efficiency.

Documentation

Typical usage scenario

General use-cases.

 

Features and limitations

This module contains the following functionalities that can be used by every developer for improved efficiency.

1. SUB_User_GetCurrentUser [Microflow]: This document is used to fetch the current user from memory instead of making a database call.

2. SUB_Logout [Microflow]: This document is used to terminate the user session (logout) from a microflow. This is an alternative for "SignOut" javascript action from "Nanoflow Commons" module.

3. JA_ExecuteSQL [Java Action]: This document is used to execute a SQL query to fetch the data from, Mendix built-in, database (Follow the instructions in the documentation tab).

 

Dependencies [optional]

NA

 

Installation [optional]

NA

 

Configuration [optional]

NA

 

Known bugs [optional]

NA

 

Frequently Asked Questions [optional]

NA

Releases

Version: 2.0.0
Framework Version: 9.18.0
Release Notes: Module has been upgraded to 9.18.0 for compatibility for Mx 10 versions. Fixed typo in documentation and readme.
Version: 1.0.0
Framework Version: 8.18.33
Release Notes: First release