asset warranty plus warranty term update

This commit is contained in:
Rene Kaßeböhmer
2025-05-19 15:12:23 +02:00
parent d5742d7d30
commit b675a38baf
31 changed files with 77 additions and 37 deletions

View File

@ -0,0 +1 @@
sf sfdmu run --sourceusername csvfile --targetusername rene.kasseboehmer@vaillant.de.devrene

View File

@ -0,0 +1,23 @@
{
"allOrNone": true,
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT Id, ProductCode FROM Product2",
"operation": "Readonly",
"master": false,
"externalId": "ProductCode"
},{
"query": "SELECT Business_Type__c, IsStandard, IsActive, Name, Brand__c, Country__c FROM Pricebook2",
"operation": "Insert",
"externalId": "Name",
"master": true,
"useSourceCSVFile": true
},{
"query": "SELECT IsActive, Product2Id, UnitPrice, Pricebook2Id FROM PricebookEntry",
"operation": "Insert",
"master": true,
"useSourceCSVFile": true
}
]
}