SCHED: DeleteAssignment
Format
SCHED / DeleteAssignment '<TaskId>' '<AssignmentIds>'
Description
The SCHED DeleteAssignment Connect command deletes the assignment(s) defined by the ID(s) listed in the <AssignmentIds> attribute and task with ID "TaskId" in the active schedule.
Parameters
- TaskId: This parameter is a string of text in single quotes of the task ID for which to edit an assignment.
- AssignmentIds: Comma delimited string encapsulated in single quotes of IDs of assignments to delete.
Examples
Deletes assignments with ID 1 and 2 for a task named DemoTask in the active schedule 
SCHED / DeleteAssignment 'DemoTask' '1,2'
| Syntax | Example | 
|---|---|
| <CommandName> | SCHED / DeleteAssignment | 
| <TaskId> | 'DemoTask' | 
| <AssignmentIds> | '1,2' | 
Return Message
If successful, Connect returns an acknowledgment message.
Group Membership
This command belongs to the following group(s):
Version
12.5
