CreateDocBoard
Creates a new document within a board.
Input
| Name | Type | Required | Description |
| ItemId | String | True | The unique identifier for the item being processed, used to reference the specific item in the database for the operation. |
| ColumnId | String | True | The unique identifier for the column being manipulated, allowing the procedure to target a specific column within the table or schema. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A flag indicating whether the operation was successful. A value of true means the operation completed without errors, while false indicates failure. |
| Details | String | A message providing additional information about the operation's execution, useful for debugging or understanding partial successes or failures. |
| DocumentId | String | The unique identifier assigned to the document created or updated by the operation, linking it to the document management system or database. |