RCG Baseline Prediction 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 |
---|---|
create-volume-request | Volumes Request mapping to Salesforce Volume management System API Format |
create-volume-request
Volumes Request mapping to Salesforce Volume management System API Format
Source:
./src/main/resources/dwl/create-volume-request.dwl
Mapping Tables
Maps Volumes data Request to post volume JSON format
CRMA | Post_Volume(salesforce Volume Management System API) | Description |
---|---|---|
Sales_Org | salesOrg | salesOrg. |
- | measureCode | The Measurecode. |
- | transactionName | Transaction id specified by the sending system. |
- | frequency | Send volumes on week level or day level. |
- | type | Send volumes . |
ForecastDateString | startdate | startdate. |
External_Product_ID | productId | ProductID. |
External_Account_ID | accountId | AccountID. |
Week-ForecastSaleUnits | value | Weekly values listed for each account and product. |