3.2.16 Cured Account Data Transfer Job
This topic provides information about the Cured Account Data Transfer Job process.
This task is intended to send cured account information to the source system. The source system can then examine the data and handle the cured accounts.
This job consists of two parts: App configuration and Trigger endpoint. The app configuration part involves mapping the source and destination schema tables along with their column details. The trigger endpoint part is responsible for transferring data from the source driver table to the destination system.
Configuration for this job is similar to what is explained for data transfer job in the section Data Transfer Job.
Table 3-71 Mandatory Headers for Configuration endpoint:
Parameter Name | Value | Mandatory | Description |
---|---|---|---|
appld | PLATOFDT | Yes | The application ID of the host service. |
Table 3-72 Mandatory Headers for Trigger endpoint:
Parameter Name | Value | Mandatory | Description |
---|---|---|---|
appld | CRDATAEXCHNG | Yes | The application ID of the host service. |
Source Schema: CR_ENTITY
Source table: DM_CURED_ACCOUNT
Destination Schema: As provided by the host system.
Destination Tables: As provided by the host system.
Parent topic: Batch Execution