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...
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...
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...
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...
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,...
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,...
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...
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...
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...
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...
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,...
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...
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,...
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...
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...
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...
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.
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.
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...
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...
The .NET Library contains a wide range of common functions, classes, and methods that can expedite the development process.
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)...
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,...