Transformation documents

4 minute read

Functions are small piece of executable code which is used from various sections of APPSeCONNECT to perform complex activity on data. These functions in APP...

Read More

3 minute read

Just like ProcessFlow variables, mapper also uses variables extensively. The Variables in mapper gives you temporary storage such that you can define and us...

Read More

1 minute read

Namespace is a technique that defines a set of unique names within an XML file, consisting of several XML elements such that if two entity has the same name,...

Read More

1 minute read

XPATH is an essential concept that is required when implementing mapping and transformations. XPATH access nodes in a hierarchical structure as represented ...

Read More

6 minute read

The data coming from the source schema requires to be transformed individually such that it matches the format of the destination schema every time the proc...

Read More

6 minute read

Transformation is one of the major step to any integration solution as different APIs consume different structures in terms of data and format. Every transf...

Read More

2 minute read

Getting started section of mapping will help you to understand the main areas, you should be familiar with before start doing the transformation process. Ma...

Read More

4 minute read

Transformation is a technique or a feature in APPSeCONNECT that lets you convert the data from one format to another. In APPSeCONNECT, the primary job is to ...

Read More

1 minute read

This is a very common scenario where syncing records incrementally in one direction between two applications, occurs. An incremental (or “delta” ) sync is a...

Read More

1 minute read

Data dependency is a concept which requires the data which are mutually dependent on one another to be kept in sync. As dependent data is always required to...

Read More