FunctionFiddler

Content Type: Sample
Categories:

Overview

This is a module for testing some of the Mendix functions. Serving as a way to try out the exact results of the functions, when passing several parameter-values. Great for using during development. Mendix might add this to the documentation, but has not done so thusfar.

Documentation

Demo urlhttps://mydemoversion8-sandbox.mxapps.io/p/functionfiddler

Description

This is a module for testing some of the Mendix functions. Serving as a way to try out the exact results of the functions, when passing several parameter-values. Great for using during development.Mendix might add this to the documentation, but has not done so thusfar.

Typical usage scenario

Wanting to test some functions with several parameters at once.

Features:

  • Add to DateTime()
  • FormatDateTime()
  • ParseDateTimer()
  • IsMatch()
  • ParseInteger()
  • Substring()

Dependencies 

  • Mendix version 8

Installation

Add the Entity_Menu snippet to any page you like.

No configuration needed.

Releases

Version: 1.0.0
Framework Version: 8.4.1
Release Notes: Playing around with some functions