Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using App Connections
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

Configuring multiple SQL queries

Configuring multiple SQL queries

Perform the following steps to add and edit SQL queries:
  1. On the
    SQL Binding
    tab, click the
    +
    icon to add an SQL entry.
    An SQL entry is added to the table.
  2. Click the
    Edit
    icon to edit the SQL query.
    The
    Create SQL
    page appears. The following image shows the
    Create SQL
    page where you can configure multiple SQL queries:
    This image shows the Create SQL page.
  3. In the
    Create SQL
    page, configure the SQL query properties such as the SQL name, SQL query, column case of the query, query type, maximum rows, and maximum wait time.
    You can use SQL queries to perform various data manipulation operations such as SELECT, INSERT, DELETE, and UPDATE. You can parameterize an input field in an SQL query. Use the following syntax to parameterize an input field at run time:
    '{$<input_field_name>}'
    For example, if empId is the name of an input field, enter the following SQL query to parameterize the empId field:
    select * from employee.contact where id = '{$empid}'
  4. Click
    Create
    .

0 COMMENTS

We’d like to hear from you!