Integration


Integrating With WCF Services

This tutorial demonstrates how to integrate with WCF Service in Decisions and use a Reference to this Service in a Workflow. Example: In this example we are going to integrate with Bing’s Geocode WCF...

Integrating Decisions with External Oracle Database

This tutorial demonstrates how to Integrate Decisions with Oracle Database. Example: In this example we are going to demonstrate how to Integrate Decisions with Oracle Database, Add Table to created...

Parameterized Queries

This tutorial demonstrates how to use Parameterized Queries in Decisions. Parameterized Queries is the best way to prevent SQL Injections. In these types of queries we define Parameters that become Variables...

Creating Types From XML

A data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently. A data structure represents real or abstract objects through use of data members-basic...

Return Dynamic Data Rows When Fetching Data From Database

Database entities represent external databases which can be integrated with a flow. To add a database within the portal, navigate to the folder System > Designers > Integrations > Databases,...

Integrating With Sybase Database

Database entities represent external databases which can be integrated with a flow. To add a database within the portal, navigate to the folder System > Designers > Integrations > Databases,...

Calling Stored Procedure From Flow To Write Data

This tutorial demonstrates how to add Stored Procedures while integrating with Database in Decisions. Next, we will call Stored Procedure from the Flow to write data to the Database we integrated...

Insert, Update, Delete Steps For Integration With Database

When integrating with Database in Decisions it is possible to generate Update, Delete and Insert steps to interact with integrated Database from Decisions’ Flow. This tutorial demonstrates...

Run DOS / Batch Commands

Decisions allows you to run commands or batch files using steps in Decisions.  These steps allow you to use all the power of workflow, rules, tasking, alerting, job scheduling, etc. with traditional...

Insert, Update, Delete Steps For Integration With Database (3.2.0)

When integrating with Database in Decisions it is possible to generate Update, Delete and Insert steps to interact with integrated Database from Decisions’ Flow. This tutorial demonstrates...

Integrating With Sybase Database (3.2.0)

Database entities represent external databases which can be integrated with a flow. To add a database within the portal, navigate to the folder System > Designers > Integrations > Databases,...

Add Query to External Database (3.2.0)

In Decisions 3.2 it is possible to Add Table, Add View, Add Procedure, Add Relationship, Add Query to the Database from any Designer Folder in the Portal. Example: Note: go through the following...

Integrating an External Database with a Flow (3.2.0)

Database entities represent external databases which can be integrated with a flow. To add a database within the portal, navigate to the folder System > Designers > Integrations > Databases,...

Calling Stored Procedure From Flow To Write Data (3.2.0)

This tutorial demonstrates how to add Stored Procedures while integrating with Database in Decisions 3.2. Next, we will call Stored Procedure from the Flow to write data to the Database we...

Alternate Access Pattern For Table Integrations

This tutorial demonstrates how to use Alternate Access Pattern for database table integrations. Alternate Access Pattern generates a step that can be used in the workflow to retrieve information from...

Alternate Access Patterns For User Defined Data Types

This tutorial demonstrates how to use Alternate Access Pattern for User Defined Data Types. Note: Alternate Access Pattern can be used only if User Defined Data Type is Database Stored. Alternate Access...

Integrating an External Database with a Flow

Database entities represent external databases which can be integrated with a flow in a number of ways. To add a database within the portal, navigate to the folder System > Flow Management > Databases, click the Add Database button, and supply the necessary details.

Integrating an Internal Web Service [WSDL] within a Flow

Webservice references represent web services which can be integrated into a flow in a number of ways. To add a web service within the portal, navigate to the folder System > Flow Management > External Services, click the Add WebService Reference button, and supply the necessary details.

Integration with External Web Service

Webservice references represent web services which can be integrated into a flow in a number of ways. To add a web service within the portal, navigate to the folder System > Flow Management > External...

External Entities

This tutorial demonstrates how to create and configure External Entity data structure in Decisions. External Entity was introduced in Decisions 3.2. External Entity is a data structure that helps to work...

Calling a .NET Library Function From a Flow

The .NET Library contains a wide range of common functions, classes, and methods that can expedite the development process.

Integrating a REST Web Service That Returns JSON Data

The Decisions portal can integrate with web services that return JSON formatted data. The steps for retrieving and using the JSON data are as follows: 1) Integrate the service within the Portal 2)...

Add Query to External Database

Note: go through the following document to avoid SQL Server Database Permissions errors: http://decdocs3x.wpengine.com/sql-server-database-permissions/ It is possible to add queries, procedures,...