File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,26 @@ Simple commandline tool for transfer Microsoft Dynamics NAV objects in another r
20
20
21
21
## Prerequisites
22
22
23
- * Visual Studio 2019 Community Editiom .
23
+ * Visual Studio 2019 Community Edition [ link ] ( https://visualstudio.microsoft.com ) .
24
24
25
25
## Usage
26
26
27
- 1 . Download project source code
28
- 2 . Compile
29
-
27
+ 1 . Download project source code (or download compiled exe file [ release] ( https://visualstudio.microsoft.com ) .)
28
+ 2 . Build project.
29
+ 3 . Copy \changerange\bin\Debug\changerange.exe to working folder.
30
+ 3 . Command line parameters:
31
+
32
+ | Parameter | Description |
33
+ | ------------- | ------------- |
34
+ | -f | objects file in working directory |
35
+ | -selectrange | Define objects id range that will be transfer in another range |
36
+ | -tnewrange | Start id for tables |
37
+ | -cnewrange | Start id for codeunits |
38
+ | -pnewrange | Start id for pages |
39
+ | -xnewrange | Start id for xmlports |
40
+ | -rnewrange | Start id for reports |
41
+
42
+ Example:
30
43
``` sh
31
44
changerange.exe -f UIEF.txt -selectrange 58000 59000 -cnewrange 80000 -pnewrange 80000 -tnewrange 80000 -xnewrange 80000
32
45
```
You can’t perform that action at this time.
0 commit comments