Overview

Realized Sales Upload is a monthly process executed by CRM Team in iCARe for SpP GBU. In the current month, we load the realized sales from the previous month.

There are two main steps, first update the exchange rates, second update the existing realized sales and insert the new realized sales provided by the business.

The realized sales are present in the table Sales__c and the exchange rates are saved in BW_Exchange_Rate__c.


Original document about this process:




Steps to upload the data

1 - Business opens a ticket with 2 excel files containing the realized sales to insert and the exchange rates to update


2 - Update currency rates with type Realized Sales

2.1 - Execute the following query and extract the information into an excel file

select id, Target_Currency__c, Type__c, Exchange_Rate__c from BW_Exchange_Rate__c where Type__c = 'Realized Sales'

2.2. - Open the file Exchange rates. Map by currency to get the corresponding SF Ids. Remove the rows without Ids. Make sure the exchange rate value doesn't have comma.

Prepare the file with SF Ids and exchange rates. Use the columns F (Id) and Exchange Rate (G) to perform the update in the table BW_Exchange_Rate__c.




3 - Load the new realized sales

3.1 - Go to the report - https://syensqo-icare.lightning.force.com/lightning/r/Report/00ORf000002uYM1MAM/view?queryScope=userFolders and extract the data into an excel file.


Note 1: do not change the Realized Sales Created Date filter. It's always Feb 1st 2026, until Feb 2027. In March 2027, we change the report filter to February 1st 2027.

In February month we do not load Realized Sales. It means that in Feb 2027 we skip this step 2.

Note 2: to guarantee that only RS are exported, we must have the filter billing type = ''


3.2 - For the records extracted, run the following updates:

3.2.1 - Update realized sales with flag BWX_Update_Flag__c = 0
3.2.2 - Update realized sales with flag BWX_Update_Flag__c = 1


3.3 - insert realized sales from the business file into the system

3.3.1 - map the columns with SF api names (mapping in this file - row #2)

add two new columns into the file:

Rolling_12__c = true

GBU__c = SP

Perform the product mapping - extract all the active products in the system and map with Product_r: Material_group__c to get the product id for every realized sales row

Calendar Year/MonthCompany CodeCompany NameMaterialMaterial Name
Material Group_PProduct NameMaterial Sales TextRegion of the Manufacturing PlantSold-to partySold To Party NameCRM IDCountry of Sold to partyRegion of Sold to PartyShip-to partyShip to party NameShip-To CityShip-To RegionPayment TermDocument Currency (DC)Final Consignee CRM IDNetv_local_currency_CY__cQty in docu unit - ACTBudget Volumes (KG)Budget Sales (€)Fcst ICM [Est Act] (€)Fcst Unit ICM [Est Act] (€/KG)Netv in EUR - ACTNetv in loc curr - ACTNetv in docu curr - ACTRolling 12GBU
Calendar_year_month__c_Solvay_Company__cMaterial__cMaterial_Name__cProduct__cProduct_r: Material_group__cCommercial_Product_Name__cSales_Material_Name__c_Sold_to_Party__c_Account__cCountry_of_Sold_to_Party__cRegion_Sold_to_Party__cShip_to_Party__c_Ship_To_City__cShip_To_Region__cPayment_Terms__cDoc_currency__cFinal_Consignee__cLocal_Currency__cQuantity_Local_CY__c____Netv_EUR_CY__cNetv_local_currency_CY__cNetv_Invoice_Currency__cRolling_12__cGBU__c

Mapping to use in Data Loader:


3.3.2 - check if all the records have a product linked, if not, report the lines missing the product to the business

3.3.3 - insert the realized sales (Sales__c) into the system


4 - Update the Realized Sales from same month in the previous year

Example: We are loading the RS from March 2026, in this step we extract the RS from March 2025 (same month, previous year).


4.1 - Export the existing realized sales of the same month from the previous year

extract the realized sales records from this report https://syensqo-icare.lightning.force.com/lightning/r/Report/00ORf000002usZFMAY/view?queryScope=userFolders


Note: to guarantee that only RS are exported, we must have the filter billing type = ''


4.4 - prepare the file with RS Ids and add the column Rolling_12__c as false - example of the file
4.5 - update the Sales__c table with the file from step 4.4


Example of the realized sales file from April 2026 to load RS from March 2026: