UpdateSolution
Updates the solution using the provided QBL or the QBL stored in the specified record.
Input
| Name | Type | Required | Description |
| SolutionId | String | True | The unique identifier (UUID) or the alias of the solution. |
| QBL | String | False | The QBL to use for the update. This field is required when TableId/FieldId/RecordId are missing. If these are specified, this value 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. 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 alias of the updated solution. |
| SolutionId | String | The Id of the solution updated. |
| CreatedResourcesApps | String | The apps created in the solution during the update. |
| Warnings | String | Warnings generated during the execution of the update operation. |