asset warranty plus warranty term update
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
ObjectName,FieldName,RawValue,Value
|
||||
ServiceContract,Status,Active,Active
|
||||
ServiceContract,Status,Cancelled,Inactive
|
||||
ServiceContract,Status,Created,Active
|
|
@ -0,0 +1 @@
|
||||
sf sfdmu run --sourceusername csvfile --targetusername rene.kasseboehmer@vaillant.de.devrene
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"allOrNone": true,
|
||||
"excludeIdsFromCSVFiles": true,
|
||||
"objects": [
|
||||
{
|
||||
"query": "SELECT Name FROM Pricebook2",
|
||||
"operation": "Readonly",
|
||||
"master": false,
|
||||
"externalId": "Name"
|
||||
},{
|
||||
"query": "SELECT PKey__c,Name,Status,BillingCountryCode,Term,Pricebook2Id,IsTemplate__c,TemplateCountry__c,FSL_Sold_by__c FROM ServiceContract",
|
||||
"operation": "Upsert",
|
||||
"useValuesMapping": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user