Skip to content

Commit 8983e41

Browse files
authored
Update README.md
1 parent 7c2102d commit 8983e41

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,23 @@ CLARiNET can be run from within Workday Studio. The External Tools feature of Wo
111111
3. Select *Program*. Click *New launch configuration* (icon in the farthest left position of the External Tools dialog box).
112112
4. Give the configuration a name. Example: "CLARiNET Production Backup"
113113
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`.
114+
6. Select an executable in the Location field.
115+
116+
Example 1: ${workspace_loc}\CLARiNET.exe
117+
${workspace_loc} is an external tools variable that will convert to the workspace directory when run.
118+
119+
Example 2: C:\CLARiNET\CLARiNET.exe
120+
7. Set the Working Directory.
121+
122+
Example 1: ${workspace_loc}
123+
124+
Example 2: C:\CLARiNET
125+
8. Set the Arguments.
126+
127+
Example: CLAR_DOWNLOAD "" "${project_loc}" {environment number} {tenant name} {username} {encrypted password}
128+
${project_loc} is an external tools variable that will convert to the project directory.
129+
130+
CLARiNET will use the last directory name of the project path as the `Cloud Collection`.
118131

119132
- Run CLARiNET with the "-w" parameter to get the environment number.
120133
- Run CLARiNET with the "-e" parameter to generate an encrypted password.

0 commit comments

Comments
 (0)