Qquest Commons

Content Type: Module
Categories: Utility

Overview

Module with multiple reusable components with a wide variety of applications developed by the developers at Qquest B.V.

Contains date calculations, utilities, regular expressions, cleanup scheduled events, validations etc.

Documentation

Description:

This Module adds several reusable components, flows, scheduled events, etc.. to your Mendix project.

 

Dependencies:

This module currently does not have any dependencies to other modules.

 

List of current functions:

  • Regular expressions for email addressess
  • Scheduled event for cleaning up scheduled event information with a constant to set the cleanup time
  • A sub-microflow that returns the next workday after a giving date
  • A snippet that allows you to close a popup by clicking next to it when placed inside that popup.
  • Validation rules for commonly used inputs
  • A sub-microflow to remove whitespaces from a string
  • Java actions to prettify JSON and XML strings

 

This module will be regularly updated with new functions we come up with or find.

 

Releases

Version: 1.0.6
Framework Version: 10.12.11
Release Notes: - Fixed a typo in the scss files
Version: 1.0.4
Framework Version: 10.12.11
Release Notes: Added sub for removing whitespaces
Version: 1.0.3
Framework Version: 10.12.7
Release Notes: Added several validation rules that use regular expressions - Letters and numbers - Single letter - Letters and dots - Letters and several characters
Version: 1.0.2
Framework Version: 10.12.7
Release Notes: - Added a rule that uses the email regex for validation
Version: 1.0.1
Framework Version: 10.12.7
Release Notes: - Fixed a typo in de foldername for the custom styling which would give an error on deployment
Version: 1.0.0
Framework Version: 10.12.4
Release Notes: Release 1.0.0 - Regular expressions for email adressess - Flow for calculating the next workday - Snippet for closing popups by clicking next to the popup - ScheduledEvent For cleanup ScheduledEventInformation