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
- Domains: Ensure you have enabled `Modify` access on `Report/Task` and `Integration` permissions for the following domains in Workday:
37
+
- Drive Administrator
38
+
- Drive Web Services
31
39
- Ensure that a directory named `inbound` has been created alongside the `clarinet` program file. The directory will be created automatically when `clarinet` is executed.
32
40
- Place each file in the inbound directory with the following file name format: {Workday User Account}\~{File Name}<br/>
33
41
Example: swhitley\~MyExampleFile.txt
34
42
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
35
43
- The `clarinet` command is **DRIVE_UPLOAD**.
36
-
- 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.
44
+
- 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 (\~).
37
45
- Once uploaded successfully, each file will be moved to the `processed` directory.
38
46
39
47
## Sending Drive files to the Trash
40
48
- Create a comma-separated value (CSV) file with the following layout:<br/>
41
-
{Workday User Account},{File Name},{Drive Document Workday ID (WID)}<br/>
49
+
{Workday User Account (Owned By)},{File Name},{Drive Document Workday ID (WID)}<br/>
0 commit comments