Accelerator Global Financial Account Process API - Implementation Template
Data mappings
This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables.
Module | Description |
---|---|
global-account-post | This transformation produces an Global FinancialAccount create from a source Account. The incoming ID made as null. |
global-account-patch | This transformation produces an Global FinancialAccount update from a source Account. The incoming ID is replaced with Global Account ID. |
global-transaction-post | This transformation produces a Global Transaction create from a source Transaction. The source ID is made as null along transactionNumber. |
global-transaction-patch | This transformation produces an Global Transaction update from a source Transaction. The source ID is replaced with Global Transaction ID. |
global-card-post | This transformation produces a Global Card Create from a source Card. The source ID is made as null. |
global-card-patch | This transformation produces an Global Card Update from a source Card. The source ID is replaced with Global Card ID. |
global-account-post
This transformation produces an Global FinancialAccount create from a source Account. The incoming ID made as null.
Source:
./src/main/resources/dwl/global-account-post.dwl
global-account-patch
This transformation produces an Global FinancialAccount update from a source Account. The incoming ID is replaced with Global Account ID.
Source:
./src/main/resources/dwl/global-account-patch.dwl
global-transaction-post
This transformation produces a Global Transaction create from a source Transaction. The source ID is made as null along transactionNumber.
Source:
./src/main/resources/dwl/global-transaction-post.dwl
global-transaction-patch
This transformation produces an Global Transaction update from a source Transaction. The source ID is replaced with Global Transaction ID.
Source:
./src/main/resources/dwl/global-transaction-patch.dwl
global-card-post
This transformation produces a Global Card Create from a source Card. The source ID is made as null.
Source:
./src/main/resources/dwl/global-card-post.dwl
global-card-patch
This transformation produces an Global Card Update from a source Card. The source ID is replaced with Global Card ID.
Source:
./src/main/resources/dwl/global-card-patch.dwl