You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Interactive Automation script to import, export and do some general edits to the lowcode apps of a DataMiner system.
5
+
An interactive Automation script to import, export, and do some general edits to the low-code apps of a DataMiner System.
6
6
7
7

8
8
@@ -13,25 +13,25 @@ An Interactive Automation script to import, export and do some general edits to
13
13
>
14
14
> C:\Skyline DataMiner\ProtocolScripts\WebApiLib.dll needs to be C:\Skyline DataMiner\Webpages\API\bin\WebApiLib.dll
15
15
16
-
### Cloud
16
+
### Catalog
17
17
You can install the script through the catalog.
18
-
1. Go to the [catalog](https://catalog.dataminer.services/)
19
-
1. Search for Low Code App Editor
20
-
1.Press Deploy
21
-
1.Choose the DMA you want to deploy to
22
-
1.Press Deploy
23
-
1. Open the Automation app on your DMA
24
-
1. Go to the **Low Code App Editor** script
25
-
1. Under Advanced > DLL references replace **C:\Skyline DataMiner\ProtocolScripts\WebApiLib.dll** with **C:\Skyline DataMiner\Webpages\API\bin\WebApiLib.dll**
18
+
1. Go to the [catalog](https://catalog.dataminer.services/).
19
+
1. Search for "Low Code App Editor".
20
+
1.Click *Deploy*.
21
+
1.Select the DMA you want to deploy to.
22
+
1.Click *Deploy*.
23
+
1. Open the Automation app on your DMA.
24
+
1. Go to the **Low Code App Editor** script.
25
+
1. Under *Advanced* > *DLL references*, replace **C:\Skyline DataMiner\ProtocolScripts\WebApiLib.dll** with **C:\Skyline DataMiner\Webpages\API\bin\WebApiLib.dll**.
26
26
27
27
### Manual
28
28
You can do a manual install by downloading the .dmapp package file from the releases.
29
-
1. Go to [releases](https://github.com/SkylineCommunications/Low-Code-App-Extensions/releases)
30
-
1. Download the .dmapp package from the latest version
31
-
1. Install the package on your DMA
32
-
1. Open the Automation app on your DMA
33
-
1. Go to the **Low Code App Editor** script
34
-
1. Under Advanced > DLL references replace **C:\Skyline DataMiner\ProtocolScripts\WebApiLib.dll** with **C:\Skyline DataMiner\Webpages\API\bin\WebApiLib.dll**
29
+
1. Go to [releases](https://github.com/SkylineCommunications/Low-Code-App-Extensions/releases).
30
+
1. Download the .dmapp package from the latest version.
31
+
1. Install the package on your DMA.
32
+
1. Open the Automation app on your DMA.
33
+
1. Go to the **Low Code App Editor** script.
34
+
1. Under *Advanced* > *DLL references*, replace **C:\Skyline DataMiner\ProtocolScripts\WebApiLib.dll** with **C:\Skyline DataMiner\Webpages\API\bin\WebApiLib.dll**.
35
35
36
36
## Features
37
37
@@ -41,7 +41,7 @@ You can do a manual install by downloading the .dmapp package file from the rele
41
41
-[Delete](#delete)
42
42
43
43
### Edit
44
-
You can edit some general information about the lowcode app. You can import pages/panels from other apps on the system here as well.
44
+
You can edit some general information about the low-code app. You can import pages/panels from other apps in the system here as well.
45
45
1. Name
46
46
1. Description
47
47
1. Sections
@@ -51,37 +51,37 @@ You can edit some general information about the low code app. You can import pag
51
51
1. Panels
52
52
53
53
> **Warning**
54
-
> When adding users to the editors/viewers list there is no check if the users that you add actually exists.
54
+
> When you add users to the editors/viewers list, there is no check if the users that you add actually exist.
55
55
>
56
56
57
57

58
58
59
59
### Export
60
-
There's the option to export apps. It is highly recommended enable the option to export as a package, as this will try and collect all the used custom operator and action script and include them in the package.
60
+
It is possible to export apps. We highly recommend enabling the option to export as a package, as this will try and collect all the used custom operators and action scripts and include them in the package.
61
61
62
-
As of version 1.0.0.5 it now searching through the GQI queries and looks for used dom modules and includes them in the package as well.
62
+
As of version 1.0.0.5, this script will also search through the GQI queries to look for used DOM modules and include them in the package as well.
63
63
64
-
From version 1.0.0.6 it's possible to include dom instances in the package as well by enabling the option.
64
+
From version 1.0.0.6 onwards, you can enable an option to also include DOM instances in the package.
65
65
66
-
From version 1.0.0.9 the used images are included in the package as well.
66
+
From version 1.0.0.9 onwards, the used images are included in the package as well.
67
67
68
68
#### Overview of included items
69
-
- Custom Operators
70
-
- Configured Action scripts
69
+
- Custom operators
70
+
- Configured action scripts
71
71
- Dependencies of the used scripts
72
-
- DOM Modules
72
+
- DOM modules
73
73
- Images
74
74
75
75
> [!NOTE]
76
-
> When exporting an app from one dma to another make sure the versions match. For example the GQI versions.
76
+
> When exporting an app from one DMA to another, make sure the versions match (for example the GQI versions).
77
77
78
78

79
79
80
80
### Import
81
81
This is used to import apps that have not been exported as a package. These will not include any of the custom scripts.
82
82
83
83
> **Warning**
84
-
> If you want to import .dmapp packages, you cannot do it with this import. You'll need to use the client test tool.
84
+
> If you want to import .dmapp packages, you cannot do it with this import. You will need to use the client test tool.
85
85
86
86

87
87
@@ -101,7 +101,7 @@ With DataMiner, there are no restrictions to what data users can access.
101
101
Data sources may reside on premises, in the cloud, or in a hybrid setup.
102
102
103
103
A unique catalog of 7000+ connectors already exist.
104
-
In addition, you can leverage DataMiner Development Packages to build you own connectors (also known as "protocols" or "drivers").
104
+
In addition, you can leverage DataMiner Development Packages to build your own connectors (also known as "protocols" or "drivers").
105
105
106
106
> **Note**
107
107
> See also: [About DataMiner](https://aka.dataminer.services/about-dataminer).
0 commit comments