This module is a ready-to-use connector handling connection to Merge from a Mendix app.
- Read "Getting started with Merge" guide
GetOrNew_MergeConfiguration
microflow has to be executed to create aMergeConfiguration
objectAct_MergeLink
nanoflow ahs to be executed in order to allow the user to execute Merge's link wizard, and get theaccount_token
for their integration
- A simple example can be found in
_Use_me/Example
folder - It's recommended to configure Merge to ask for API key by default (fallback to username/password)
- Feel free to download the project from Github, there's a runnable demo inside
See userlib/merge.requiredlibs
:
- Java : see [https://github.com/merge-api/merge-hris-java]
- Javascript : script
initialize.js
is included (downloaded from https://cdn.merge.dev/initialize.js)
9.2+