TaskMove
Moves a task from one tasklist to another tasklist. The target tasklist can be of the same project or different project.
Procedure-Specific Information
An example query for executing this stored procedure is shown below:EXEC TaskMove PortalId = '12345317133', ProjectId = '123456000000031899', TaskId = '123456000000034053', FromTasklist = '123456000000031932', ToTasklist = '123456000000031941'
Input
Name | Type | Required | Description |
PortalId | String | True | Specify the portal Id. |
ProjectId | String | True | Specify the group Id. |
TaskId | String | True | Specify the task Id. |
FromTasklist | String | True | Id of the tasklist in which the task exists. |
ToTasklist | String | True | Id of the tasklist to which the task has to be moved. |
Result Set Columns
Name | Type | Description |
Success | String | Specifies whether the execution was successful. |