ExportQBLToRecord
Exports a QBL solution, creating a new record in the specified table. It exports the solution and outputs the resulting QBL in a new record, saving the QBL to a file in the designated file attachment field. The target table must not have required fields other than the file attachment field.
Input
| Name | Type | Required | Description |
| SolutionId | String | True | The unique identifier (UUID) or the alias of the solution. |
| TableId | String | True | The unique identifier (dbid) of the table to store the QBL as file attachment. |
| FieldId | Int64 | True | The unique identifier (fid) of the field. It needs to be a file attachment field. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation is successful or not. |
| ErrorMessage | String | Error message or details if any. |
| RecordId | Int64 | The record Id created where the QBL file attachment is stored. |
| FileName | String | The name of the file, where QBL is stored. |