|
1 | 1 | # CLARiNET
|
2 | 2 | <img align="right" src="https://user-images.githubusercontent.com/413552/129500187-ea5a1947-16d2-46eb-ab48-2adc6553b6d8.png" width="50" />
|
3 | 3 |
|
4 |
| -A Workday command-line interface (CLI) for working with Drive files and deploying Workday Studio integrations without Workday Studio. |
| 4 | +A Workday command-line interface (CLI) for working with files (Drive, Documents, Photos) and deploying Workday Studio integrations without Workday Studio. |
5 | 5 |
|
6 | 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.
|
10 | 10 | - Send files to the Workday Drive Trash.
|
11 | 11 |
|
| 12 | +## Documents |
| 13 | +- Mass file upload to Worker Documents. |
| 14 | +- Select a different document category with each run. |
| 15 | + |
| 16 | +## Profile Pictures |
| 17 | +- Download worker profile pictures. |
| 18 | + |
12 | 19 | ## CLAR Backup and Versioning
|
13 | 20 | - Quickly download and backup a unique version of a CLAR file.
|
14 | 21 | - Add the backup feature to the Workday Studio menu.
|
@@ -60,6 +67,16 @@ You might be asking yourself, "Why load a CLAR file from outside of Workday Stud
|
60 | 67 |
|
61 | 68 | Please note that a file is not deleted when sent to the trash. Files can be individually restored from the trash if needed.
|
62 | 69 |
|
| 70 | +## Uploading files to Worker Documents |
| 71 | +- Ensure that a directory named `inbound` has been created alongside the `clarinet` program file. The directory will be created automatically when `clarinet` is executed. |
| 72 | +- Place each file in the inbound directory with the following file name format: {Workday Employee ID}\~{File Name}<br/> |
| 73 | + Example: 500117\~MyExampleFile.txt |
| 74 | +- Enter `clarinet` on a line by itself. The application will prompt for all necessary information. |
| 75 | +- The `clarinet` command is **DOCUMENT_UPLOAD**. |
| 76 | +- The document category is supplied in the `Parameter`. |
| 77 | +- Each file in the `inbound` directory will be uploaded to to worker documents for the appropriate Workday employee id. The file name in Workday Drive will only show the text following the tilde (\~). |
| 78 | +- Once uploaded successfully, each file will be moved to the `processed` directory. |
| 79 | + |
63 | 80 | ## Download a snapshot of a CLAR file from Workday
|
64 | 81 |
|
65 | 82 | - Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
|
|
0 commit comments