Overview
The Import Task Updates process in Regent allows clients to update Priority, Assignee, Due Date, Current Status, and Note data values for existing tasks, in bulk, via XML file import.
XML Schema
The following schema should be used to create XML files to be imported for the Import Task Updates process should be in the format of the following sample:
Import Task Updates (need file)
View file | ||
---|---|---|
|
Import Task Updates Process
...
Priority: must contain a valid value.
Urgent
High
Medium
Low
Assignee: must match existing user name in the system for the Enterprise. Can also be imported as ““ to clear the existing value from the matching task.
Due Date: must be in MM/DD/YYYY format.
Current Status: must contain a valid value.
OPEN
INPROCESS
COMPLETED
WAIVED
CLOSED
REVIEWED
REOPENED
ONHOLD
Note: must not exceed 1,000 characters. Can be imported as ““ to clear the existing value from the matching task.
Process Log
A process log entry will be presented for each run of the Import Task Updates process. If any Priority, Due Date, Status, or Note values are invalid, the process will error.
...