MoveColumn
Allows moving of a column.
Stored Procedure Specific Information
Basecamp allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
For example:
EXECUTE MoveColumn ProjectId = '37595039', CardTableCardId = '7416545710', SourceId = '7416523073', TargetId = '7416545710', Position = 2
Input
Name | Type | Required | Description |
ProjectId | String | True | Id of the project. |
CardTableCardId | String | True | The CardTableCard Id. |
SourceId | String | True | The id of the column to move. |
TargetId | String | True | The id of the card table in which we want to move the column. |
Position | String | False | Index among the columns (ignoring Triage, Not Now or Done). Default value is 1. |
Result Set Columns
Name | Type | Description |
Success | String | Project star result. |