About SQL List Prompt Substitutions

Administrators can create new SQL List prompts by using any job property including existing SQL List prompts via substitutions. Just as the word indicates, “substitution” is the action of replacing a prompt with another to look up and retrieve the data a user needs to accomplish a specific workflow. Using %substitutions%, Administrators can replace values in their DSN, Query parameters, for example, in a WHERE clause, a text string, a column, or table name making SQL queries more robust and dynamic.

Note: The hierarchical order of the job properties in the Server Administrator may impact the execution of a query statement. Ensure the job properties in both the Server Administrator and query statement coincide.

The following example shows how substitutions are used to get Client and Matter data when legal documents are distributed in WebApps.

Note: This example is for illustrative purposes and may not reflect your unique workflow configurations.

Client and Matter Example

A legal firm is responsible for managing the US and International contracts of different clients. Prompts have been set up for the following data.

  • Client ID

  • Client Name

  • US Matter ID

  • International Matter ID

Users must specify the Client ID, Client Name, US Matter ID, or International Matter ID when creating distributions in WebApps.

See also

Setting up SQL List Prompt

About Dynamic Forms