Create A Single Parameter Encrypted DeepLink (Sub-Microflow)

Content Type: Module
Categories:

Overview

A sub-microflow that creates a deeplink (string) with a single encrypted parameter value. Very useful to developers using the "Deeplink" module for the first time, and for developers that have not used the "Deeplink" module for a long period of time.

Documentation

Description:

This microflow creates a deeplink (string) with a single encrypted parameter value.

Typical usage scenario:

Use this microflow to construct deeplinks without having to go through the documentation to understand how it should be constructed. It is highly reusable making it efficient to use in projects that require generating multiple deeplinks.

Features and limitations:

This microflow does not generate a deeplink with more than one parameter; however, additional parameters can be appended to the generated deeplink either manually or using another sub-microflow.

Dependencies:

  • This microflow depends on the "Encryption" App Store module to encrypt the passed parameter value.
  • This microflow obviously depends on the "Deeplink" App Store module and is meant to be used to simplify using the module.

Installation:

Import the microflow into your Mendix project using Mendix Studio Pro.

Configuration:

  • The microflow requires a deeplink configuration name which is unique per configuration. The configuration will be used upon calling the deeplink to call the specified microflow.

  • The microflow accepts a parameter name. The parameter name specified must match the name of the parameter of the microflow specified in the deeplink configuration. If no parameter name is passed (empty) then the default parameter name 'Param' will be used.

  • The microflow also requires a value for the parameter which will be passed to the microflow.

Known bugs:

No known bugs.

Releases

Version: 1.0.0
Framework Version: 7.7.1
Release Notes: Releasing version 1.0.0