Skip to main content
You are here: Integrations

Configure MDK Integrations

Overview

Learn how to configure an integration action in the Mirata Admin Tool to automate actions in SAP Service and Asset Manager (SSAM).

Create Integration Action

Navigate to the Admin Tab in the Admin Tool and click to create a new integration action.

Name the action, like "MDK Form Start" in the Name field.

Select "Embedded Integration Event" from the Action Request Type dropdown.

This triggers events within SAM based on form interactions.

Enter a description in the Description field, such as "Notify SAM that the form has been started." A clear description helps you remember the action's purpose.

Configure Request Details

Click on the Request tab to define the specifics of the request sent to MDK.

Select "MDK" as the Integration to direct the request to the Mobile Development Kit for communication with SAM.

Paste the MDK rule for the "Form Start" event in the Definition section.

This example rule tells SSAM that a form has been started.

Integrate Actions into Workflow

Navigate to the Mirata workflow where you want to use this integration.

Add the newly created "MDK Form Start" action to the desired "Create" transition in your workflow. This triggers the MDK rule and subsequent SAM action when the specified transition occurs.

Sample MDK Actions:

Form Start:

json
{
  "key": "rule",
  "value": "/MirataFormsIntegrationComponents/Rules/Forms/Workflow/FormStart.js"
}

Form Complete:

json
{
  "key": "rule",
  "value": "/MirataFormsIntegrationComponents/Rules/Forms/Workflow/FormWorkComplete.js"
}