Skip to main content

Integration Functions

Integration Functions in DPL Studio provide a way to customize and extend data integration processes for specific business requirements.

This feature allows users to execute custom code within the Digital Process Logic environment to handle specialized integration tasks.

Purpose of Integration Functions

Integration Functions are useful when you need to:

a. Customize data integration workflows b. Combine DPL data with external systems or processes c. Execute custom business logic during data processing d. Perform operations that are not supported through standard transformations or exports

Difference Between Integration Functions and User-Defined Functions

Integration Functions differ from User-Defined Functions in the following ways:

a. Their results cannot be used directly in other transformation processes or exports. b. They consume queries and connections directly instead of returning reusable transformation values.

Benefits of Integration Functions

Using Integration Functions in DPL Studio allows you to:

a. Execute arbitrary custom code b. Integrate external applications or services c. Extend the capabilities of standard DPL workflows d. Build advanced and flexible integration solutions