Applies to:
- Winshuttle Foundation
ExportAssignments
Exports assignment details for specific Start and End Date based on Task status (Creation Date, DueDate, CompletionDate, ReviewDate).
- By default -startdate and -enddate are checked against the AssignedDate column from ASSIGNMENTVIEW view.
- If the -datecolumn is not specified, then it will fetch all the assignments where assigneddate >= startdate and assigneddate <= enddate.
- The -Datecolumn parameter can be DueDate, CompletionDate or ReviewDate. Otherwise it will consider AssignedDate as the datecolumn.
- If no parameters are specified, it will fetch all the assignment data.
Usage
svadm.exe -o exportassignments -startdate "12/01/2013" -enddate "01/16/2014" -datecolumn "duedate"
Options
| Name | Description / Format | Required | 
| -startdate | mm/dd/yyyy | No | 
| -enddate | mm/dd/yyyy | No | 
| -datecolumn | CreationDate|DueDate|CompletionDate|ReviewDate | No | 
