On the top left of the Admin Tool, you have 3 tabs - Security, Admin, and Forms Catalog. Under each, you have different options on the left. Keep reading to learn what you can do in each of these tabs on the left.
View some basic information about your organization, including: Organization Name, Organization Timezone, Contact Name, and Email Address.
Create and edit Users and their privileges across the Mirata Designer, Admin Tool, and Inbox.
Create and edit User Groups. Configure which Roles are assigned to which User Groups.
Create and edit Roles, which you can assign to User Groups in the Groups tab.
Every Mirata form must be tied to one and only one Form Type. Here, create, edit, and delete the Form Types for your organization.
Use data tables to store collections of data within Mirata. You can add records to Mirata Data Tables manually in the Records tab or view a Data Table Backend Action (see Backend Actions below for more information).
There are 3 tabs for each data table:
Use backend actions to run HTTP requests, send emails from Mirata, and perform standard database actions on Mirata Data Tables.
There are 3 tabs in Backend Actions:
These are our 3 types of actions:
Use this type of backend action to trigger email sends.
In the Address Info section, you can configure the following:
In the Email Editor section, you can configure the following:
Use a Data Table Request to perform a database action on a Mirata Data Table.
In the Request Info section, you can configure the following:
- Data Table: Select the Mirata Data Table for which you want to perform a data table request.
- Request Type: Select the standard database action you want to perform for the selected Mirata Data Table.
- Add - Create a new record in a data table.
- AddUpdate - If the record is new, create it. If the record already exists, update it.
- Update - Update an existing record in a data table.
- Delete - Remove an existing record in a data table.
- Query - Get a list of data table records based on some criteria.
- QueryDelete - Get a list of data table records based on some criteria and delete them.
For Add/AddUpdate/Update/Delete actions, you will see the Data Table Request Editor which includes all columns from the selected Data Table. Required columns are designated with an asterisk. Map an input value to each. You can use an input parameter (which will be a value that comes from each form that uses this action), constant value or expansion string. If the field is required in the selected Data Table, then only required input parameters will be options.
For Query/QueryDelete actions, you will see our zero-code Query Editor. Here, build out your query using the columns from the selected Data Table and the input parameters.
Use this type of action to perform POST/PUT/GET/DELETE HTTP Requests, with the ability to utilize Input Parameters.
- String: A plain old string.
- Content Type: text/plain
- JSON: JavaScript Object Notation. More Info: json.org
- Content Type: application/json
- OData: OData (Open Data Protocol) is a standard that defines the best practice for building and consuming RESTful APIs. Mirata OData requests use JSON format for the body. More Info: odata.org
- Content Type: application/json
- XML: Extensible Markup Language. More Info: MDN Docs
- Content Type: application/xml
- Form URL Encoded: Data is formatted in Key/Value pairs. Non-alphanumeric characters in both keys and values are URL encoded. This is the reason why this type is not suitable to use with binary data (use Multipart Form Data instead)
- Content Type: application/x-www-form-urlencoded
- Multipart Form Data: Data is formatted into blocks (body part), with a special delimiter (boundary) separating each part. The keys are given in the Content-Disposition header of each part. This request type does not encode data, and is suitable for binary data.
- Content Type: multipart/form-data
- Document Upload: Used to attach Image/PDF files to your HTTP Requests.
- Content Type: application/pdf or image/*
- JSON Transformation (JSONata): A lightweight query and transformation language for JSON data. Results in a standard JSON object. More Info: jsonata.org
- Content Type: application/json
Establish connections between Mirata and outside APIs. For example, to integrate Mirata with SAP, a Connection needs to be created in Mirata for SAP. This Connection needs to be created once and then can be used over and over.
A Submission is an instance of a Mirata form which was created in the Mirata Inbox. Create queries to find submissions based on some criteria, using our zero-code Query Editor.
View the logs for any errors that occurred in your organization, including log in denials and missing images. You can filter to find the logs you’re looking for.
In the Form Definitions tab, you can:
Similarly, in the Template Libraries tab, you can:
Similarly, in the Workflows tab, you can:
For more technical users who have access and use Mirata embedded inside other applications you can create Mappings to outside systems, such as SAP Asset Manager. Like Form Definitions, Templates, and Workflows, you can download and upload Mappings with Mirata Form Mappings files (.mfm).
The Image Gallery holds all images that form designers in your organization can use through an Image field in any form.
In Images, you can: