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
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,23 @@ CLARiNET can be run from within Workday Studio. The External Tools feature of Wo
111
111
3. Select *Program*. Click *New launch configuration* (icon in the farthest left position of the External Tools dialog box).
112
112
4. Give the configuration a name. Example: "CLARiNET Production Backup"
113
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`.
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.
0 commit comments