App Utility

Content Type: Module
Categories: Tracing

Overview

This module will provide some basic utilities (mostly used ones) of the application which include javaaction,snippet and few microflows.

Documentation

Description
=============

This module will provide some basic utilities (mostly used ones) of the application which include javaaction,snippet and few microflows.

Typical usage scenario
=============

1.Logout javaaction allows you to logout the current user of the application.

2. The following list of microflows helps you to acheive some functionality 
   1.ACT_Check_UserroleExist_CurrentUser 
     This microflow checks whether the current user has Administrator userrole or not. If it has it returns true or else it returns false. 
     You can update the userrole based on your requirement.
     
   2.ACT_GetCurrentUserAccount
     This microflow returns the current user account.
     
3. Snip_CurrentUser snippet will help you to see the current user fullname. You can use this snippet in your main layouts of the application.
     
4.Check Example folder for the usage of Logout Javaaction and ACT_GetCurrentUserAccount microflows.

Dependencies
=============
- Administration Module
- System Module

Installation
=============
Download this Module from Mendix App store 

Releases

Version: 4.0.0
Framework Version: 10.0.0
Release Notes: Upgraded to Mendix Modeler 10.0.0 and above
Version: 3.0.0
Framework Version: 9.1.1
Release Notes: Upgraded to Mendix Modeler 9.1.1 and above
Version: 2.0.0
Framework Version: 8.0.0
Release Notes: Upgraded to Mendix Modeler 8 and above
Version: 1.0.0
Framework Version: 7.23.19
Release Notes: First Release!!!