Below you'll find the step to update lead time into Salesforce. While waiting an interface.
Who maintains data : Pricing Project Team.
The user that will update the data MUST have the Edit right on all records to be modified.
For this objectets here are public group to have.
![Pricing Front End - 11240 > FD - [CORE] Lead Time Update > image2023-3-7_12-29-56.png](/download/attachments/819497294/image2023-3-7_12-29-56.png?version=1&modificationDate=1678192195087&api=v2)
Jean Baptiste Cerceuil (from Novecare Supply chain) provide a sheet that contains new lead time
Ex : LED Time Update - CLT SFDC as of 2023-03.xlsx - Google Sheets
Generate a GSheet based on the file provided
Exemple of data provided
| Plant | Plnt Name | Material | Material Name | CLT in calendar days |
| 0214 | 6068 Oldbury | 47861 | ALBRITECT CP 30 THPD 20KG | 91 |
| 0214 | 6068 Oldbury | 48150 | DURAPHOS OCTYL ACID PHOS:THLD:200KG:NP | 28 |
Run that query in order to retreive Id and functional keys and copy the result to the Sheet
select id , Utility_Plant__r.Name ,Product__r.ProductCode,SLV48_Catalogue_Lead_Time__c from Manufacturing_Plant__c where RecordType.Name ='Shipping Plant'
On the two data sheet add the functunal key :
make sure that the plant format is on 4 figures. You can use the function "Format(A1,4)" to make sure all digit are in the key
On the Sheet with new Lead Time identify the related Manufacutring plant Id based on the Functionnal key.
Add an extra sheet that will contain only matching Manufacuring plant record.
in order to have :
Update SF Manufacuring plant with the above data (only Catalogue Lead Time)
![Pricing Front End - 11240 > FD - [CORE] Lead Time Update > image2023-3-7_12-23-23.png](/download/attachments/819497294/image2023-3-7_12-23-23.png?version=1&modificationDate=1678191854690&api=v2)