Data Migrations
Data migration is a gh-element that allows you to copy element and field data from one application to another. This is the button that opens the view where the user can select the data to be copied, the source and destination applications.
Functional Characteristics
The current element allows users to copy data instead of re-entering data into another application. During the migration process, the user can configure the data from which fields to which fields will be saved.
Value Format
This is one of that buttons that does not have any field value.
Element Options
Only standard field settings can be applied to the current element.
Element Style
The element has quite simple style, that can be customized using default settings. It also has a few interpretation types. They are described below.
Data Model
The data model of the current element has no properties other than the usual interpretive array.
{
"data_model": {
"interpretation": []
}
}
Name | Type | Description |
---|---|---|
interpretation | array |
contains all element interpretation types |
Filtration
This element cannot be filtered out.
Interpretation
There are only two quite similar types of interpretations.
Default
The first type allows the element to displayed as an icon with a element name under it. Clicking this icon will open the data migration options.
Icon
This type displays the element as an icon. Nothing happens after user clicks on it.