CreateDocBoard
Creates a new document within a workspace board.
Input
Name | Type | Required | Description |
ItemId | String | True | The unique identifier for the item being processed in the stored procedure. This ID is used to reference a specific item in the system's database or table. |
ColumnId | String | True | The unique identifier for the column being targeted by the stored procedure. This ID helps to identify and reference the specific column within the table or data structure. |
Result Set Columns
Name | Type | Description |
Success | Boolean | A boolean flag indicating whether the stored procedure was executed successfully. A value of 'true' means the procedure completed without errors, while 'false' signifies that an error occurred during execution. |
Details | String | A text field that provides additional information regarding the operation's outcome. It can include error messages, warnings, or success messages to give more context about the procedure's execution. |
DocumentId | String | The unique identifier of the document that was either created, modified, or referenced as part of the stored procedure execution. This ID links to the document's record in the database or document management system. |