Aelion - DTAP Environment information

Content Type: Module
Categories:

Overview

DTAP module allows you to show a badge on Native/Responsive/Hybrid Phone(Tablet) about which environment you are running the application on. It also includes tools to guide your process based on the specific environment your application is running on.

Documentation

Description

Provides DTAP Level as Integer or Enum and information about the model/Mendix version you are running.

Typical usage scenario

You need to know on which environment you are. Visibility based on DTAP level or Actions based on DTAP level

Installation

To implement this module make sure to 

  • set the constant "DTAP.DTAPMode" to the correct value;
  • use the "ASU_DTAP" in your afterstartup flow (if you want to use the module for native applications)

Usage

Also, use the code in the "_Implementation" folder to make use of the DTAP information collected by the module.

Releases

Version: 1.1.0
Framework Version: 8.0.0
Release Notes: Slightly adjusted MF activity exposure and updated to Mx 8.18.3
Version: 1.0.0
Framework Version: 8.0.0
Release Notes: DTAP module allows you to show a badge on Native/Responsive/Hybrid Phone(Tablet) about which environment you are running the application on. It also includes tools to guide your process based on the specific environment your application is running on.