Stored Procedures

Stored procedures are used to process form submissions and insert or update data in the ERP database tables. Stored procedures let you set up your own custom logic into the submission process. Procedures are created in SQL server then set up in FormFlow - Forms. Procedures are executed at the time of submission unless specified to be executed on approval. If executed on approval, the Workflow portlet will control the time of execution.

For this feature to work:

  You must have a connection to the database you are mapping to set up in FormFlow. See Set Up Database Connections for more information.

You must have execute permission on the procedure.

How To

Set Up Stored Procedures

Store a Submission as a PDF

Store a Submission as a PNG

 

 

Workflow Stored Procedures