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
* %3 Parameters for the command. Enter the **Cloud Collection** name when performing a **CLAR_UPLOAD**. For other commands, defaults will be used<br/>
84
+
* %3 Parameters for the command. Enter the **Cloud Collection** name when performing a **CLAR_UPLOAD** or **CLAR_DOWNLOAD**. For other commands, defaults will be used<br/>
72
85
* %4 Workday Environment Number (run `clarinet -w` to see the list of numbers)<br/>
73
86
* %5 Tenant<br/>
74
87
* %6 Username<br/>
@@ -87,6 +100,25 @@ Example #3: `clarinet CLAR_UPLOAD "C:\example_folder\Test.clar" Test`
CLARiNET can be run from within Workday Studio. The External Tools feature of Workday Studio (Eclipse) allows you to add custom executables to your Workday Studio menu After adding CLARiNET to Workday Studio, you can click on a project in Project Explorer and then click on the CLARiNET menu item to backup the CLAR file.
2. Navigate to External Tools -> External Tools Configurations...
111
+
3. Select *Program*. Click *New launch configuration* (icon in the farthest left position of the External Tools dialog box).
112
+
4. Give the configuration a name. Example: "CLARiNET Production Backup"
113
+
5. For my setup, I placed the CLARiNET executable in my Workday workspace directory.
114
+
6. Select an executable in the Location field. Example: ${workspace_loc}\CLARiNET.exe (`${workspace_loc}` is an external tools variable that will convert to the workspace directory when run.)
115
+
7. Set the Working Directory. Example: ${workspace_loc}
116
+
8. Set the Arguments. Example: CLAR_DOWNLOAD "" "${project_loc}" {environment number} {tenant name} {username} {encrypted password}
117
+
`${project_loc}` is an external tools variable that will convert to the project directory. CLARiNET will use the last directory name of the project path as the `Cloud Collection`.
118
+
119
+
- Run CLARiNET with the "-w" parameter to get the environment number.
120
+
- Run CLARiNET with the "-e" parameter to generate an encrypted password.
121
+
90
122
## Credits
91
123
92
124
Command Line Parser - https://github.com/commandlineparser/commandline ([MIT](https://github.com/commandlineparser/commandline/blob/master/License.md))
0 commit comments