Stored procedures

With the stored procedure provider it is possible to call a stored procedure in one of your databases when a record is created, updated or deleted.

On the bottom you can find the actual statement that will be executed on the database when the workflow is triggered. The Try now button on the top right will execute this statement directly to test the execution.

When the try button does not return an error the stored procedure is executed successfully.

Last updated