RCG ERP Customers 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 |
---|---|
update-external-id-object | update external Id using update operator |
update-external-id-object
update external Id using update operator
Source:
./src/main/resources/dwl/update-external-id-object.dwl
Mapping Tables
using update operator we can modify particular field in an payload. To update particular key in an object we can use this syntax field("keyNametoupdate") with "ValueToKey" To update particular key in an Array we can use this syntax ["ArrayKeyName","keyNametoUpdate"] with "ValueToKey".
CIM - Customer | AnypointMQ | Description |
---|---|---|
id | externalIds.Id | The Master Id of that MDM |
externalIds.Id | CustomerNumber | The SAPECC customer number |
externalIds.externalIdType | SAP_ECC | Hardcoded to SAP_ECC |