asset warranty plus warranty term update
This commit is contained in:
@ -0,0 +1 @@
|
||||
sf sfdmu run --sourceusername csvfile --targetusername rene.kasseboehmer@vaillant.de.devrene
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user