CreateSolution
Create a solution using either the provided QBL or the stored QBL from the specified record.
Input
| Name | Type | Required | Description |
| QBL | String | False | QBL to create the solution from. This field is required when TableId/FieldId/RecordId are missing. If they're specified as well, it takes precedence. |
| TableId | String | False | The unique identifier (dbid) of the table where the QBL file attachment is stored. This field is required when QBL is missing. |
| FieldId | Int64 | False | The unique identifier (fid) of the field where the QBL file attachment is stored. It needs to be a file attachment field. This field is required when QBL is missing. |
| RecordId | Int64 | False | The unique identifier of the record where the QBL file attachment is stored. This field is required when QBL is missing. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation is successful or not. |
| ErrorMessage | String | Error message or details if any. |
| Alias | String | The the alias of the new solution created solution. |
| SolutionId | String | The Id of the new solution created. |
| CreatedResourcesApps | String | The apps created in the solution. |
| CreatedResourcesPipelines | String | The pipelines created in the solution. |
| Warnings | String | Warnings generated during the execution of the operation. |