Run Stored Procedure
Use Run Stored Procedure to insert a default value in a field as part of a workflow process. The stored procedure performs complex calculations and can update other records in the database.
Field |
Description |
---|---|
Type |
The action to be performed. |
Column |
The value that the stored procedure returns is inserted in this column. |
Value |
The name of the stored procedure. The stored procedure must already be created on the database. You must use the following parameters in the stored procedure. The stored procedure should always return (1). Copy
You can use the Cast method to change return_value to a different datatype (int or nchar). For example: Copy
|