Execute Request#

Execute a request to 1C and get a data table with the result.

Connection[Link] Connection object to 1C. The connection must be made with the type "Server". The variable name in this property must match the variable name in the Connection property of the Connect block from the 1C group that was previously used to connect to 1C
Request[Text] The request that will be executed in 1C. For example: "SELECT Name FROM Catalog.Users"
Result[Data Table] A table containing the obtained result
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used

Message Level

Select the message level that will be output by the blocks during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work