Call Procedure

Prev Next

The UI Designer allows integration with procedures that you have created in Procedure Designer. Similar to a Web Service or Call SQL rule, you can also choose to make a Call Procedure rule.

When making a call procedure rule, you can map form data to the input parameters using the Expression Editor. Then, in the section below, you can map the outputs to form fields.

A procedure is not required to have inputs or outputs. However, there are some restrictions on the data types that can be used with the UI Designer. The parameters must be either a primitive data type, a list of primitive types, or a list of custom types. The outputs must be either a primitive data type, a list of primitive types, or a list of custom types.