Custom Attribute and Query Window

Specifies adding or editing the SQL query which are executed at runtime.



Navigation

  1. In AgilePoint Envision, open a process template.
  2. Navigate to the Database stencil.
  3. On the Database stencil, drag the Query Database AgileShape, and drop it on the process template.
  4. To view the entire list of properties, in the Design Tasks pane, click Show Properties.
  5. On the SQLType list, select SQL.
  6. On the Configure field, click the Ellipses button.
  7. On the Database Queries Window window, click Add.

Field Definitions

Field Name Definition

Attribute Name

Definition:
Specifies the name of custom attribute in which the selected data is stored.
Allowed Values:
A valid custom attribute name.
Default Value:
None
Custom Attributes:
Yes

Data Type

Definition:
Displays the data type of the selected node.
Allowed Values:
  • boolean - Stores true or false value.
  • string - Stores sequence of characters.
  • datetime - Stores datetime value.
  • decimal - Stores decimal number.
  • integer - Stores whole number.
Default Value:
boolean

SQL

Definition:
The SQL statement that will be performed on the database by this AgileShape at runtime.
Allowed Values:
A valid SQL SELECT query.
Default Value:
None
Custom Attributes:
Yes
Example:
SELECT ShowName FROM EventList WHERE showID = 1001

Browse Table Column

Function:
Select the particular database column from the selected table.