UnWatchColumn
Stops watching the 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 UnWatchColumn ProjectId = '37595039', CardTableColumnId = '7416523073'
Input
Name | Type | Required | Description |
ProjectId | String | True | Id of the project. |
CardTableColumnId | String | True | The CardTableColumn Id. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |