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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
A Workday command-line interface (CLI) for working with Drive files and deploying Workday Studio integrations without Workday Studio.
5
5
6
-
Compatibility: Windows or Mac
6
+
Windows or Mac
7
7
8
8
## Workday Drive Features
9
9
- Upload files in bulk to Workday Drive. Load files for different Workday user accounts.
@@ -25,23 +25,28 @@ You might be asking yourself, "Why load a CLAR file from outside of Workday Stud
25
25
5. You may need to install the [dotnet core runtime](https://dotnet.microsoft.com/download/dotnet/5.0/runtime).
26
26
6. Optional: Download [Test.clar](https://github.com/swhitley/CLARiNET/blob/main/Test.clar) to try it out.
27
27
28
-
**Note:** When uploading CLAR files, CLARiNET calls an unpublished Workday API endpoint. Functionality is not guaranteed.
29
-
The Drive API is published and fully-supported by Workday.
28
+
**Note:**
29
+
- When uploading CLAR files, CLARiNET calls an unpublished Workday API endpoint. Functionality is not guaranteed.
30
+
- The Drive API is published and fully-supported by Workday.
30
31
31
32
## Uploading files to Workday Drive
32
33
34
+
- Domains: Ensure you have enabled `Modify` access on Report/Task and Integration permissions for the following domains in Workday:
35
+
- Drive Administrator
36
+
- Drive Web Services
33
37
- Ensure that a directory named `inbound` has been created alongside the `clarinet` program file. The directory will be created automatically when `clarinet` is executed.
34
38
- Place each file in the inbound directory with the following file name format: {Workday User Account}\~{File Name}<br/>
35
39
Example: swhitley\~MyExampleFile.txt
36
40
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
37
41
- The `clarinet` command is **DRIVE_UPLOAD**.
38
-
- Each file in the `inbound` directory will be uploaded to the drive for the appropriate Workday user account. The user account will be removed from the file name and the {File Name} will appear in Drive.
42
+
- Each file in the `inbound` directory will be uploaded to the drive for the appropriate Workday user account. The file name in Workday Drive will only show the text following the tilde (\~).
39
43
- Once uploaded successfully, each file will be moved to the `processed` directory.
40
44
41
45
## Sending Drive files to the Trash
42
46
- Create a comma-separated value (CSV) file with the following layout:<br/>
43
-
{Workday User Account},{File Name},{Drive Document Workday ID (WID)}<br/>
47
+
{Workday User Account (Owned By)},{File Name},{Drive Document Workday ID (WID)}<br/>
0 commit comments