asset warranty plus warranty term update
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
Type,ActiveFrom,ActiveTo,ParentRecordId,LocationId
|
||||
Installer (installation),2017-12-01,,0019Z00000fmCAYQA2,1319Z000000jyzJQAQ
|
||||
Owner,2017-12-03,,001KN000003VYDfYAO,1319Z000000jyzJQAQ
|
||||
Installer (installation),2017-12-01,,0019Z00000fmCAYQA2,1319Z000000jyzKQAQ
|
||||
Owner,2017-12-03,,001KN000003VYDfYAO,1319Z000000jyzKQAQ
|
||||
Installer (installation),2017-12-03,,0019Z00000fmCAYQA2,1319Z000000jyzLQAQ
|
||||
Owner,2017-12-03,,001KN000003VYDfYAO,1319Z000000jyzLQAQ
|
@ -0,0 +1,5 @@
|
||||
ObjectName,FieldName,RawValue,Value
|
||||
AssociatedLocation,Type,Installer (installation),Installer
|
||||
AssociatedLocation,Type,Installer (first ignition),Installer
|
||||
AssociatedLocation,Type,Installer (service),Installer
|
||||
AssociatedLocation,Type,Installer (Timex),Installer
|
|
1
prepared_steps/12_upsert_associated_location/command.txt
Normal file
1
prepared_steps/12_upsert_associated_location/command.txt
Normal file
@ -0,0 +1 @@
|
||||
sf sfdmu run --sourceusername rene.kasseboehmer@vaillant.de.devrene --targetusername rene.kasseboehmer@vaillant.de.devrene
|
25
prepared_steps/12_upsert_associated_location/export.json
Normal file
25
prepared_steps/12_upsert_associated_location/export.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"allOrNone": true,
|
||||
"excludeIdsFromCSVFiles": true,
|
||||
"objects": [
|
||||
{
|
||||
"query": "SELECT Id FROM Location WHERE ParentLocationId != null AND ParentLocation.VisitorAddress.CountryCode = 'NL'",
|
||||
"operation": "Readonly",
|
||||
"externalId": "Id",
|
||||
"master": false
|
||||
},
|
||||
{
|
||||
"query": "SELECT Id FROM Account WHERE BillingCountry__c = 'NL'",
|
||||
"operation": "Readonly",
|
||||
"externalId": "Id",
|
||||
"master": false
|
||||
},
|
||||
{
|
||||
"query": "SELECT Type,ActiveFrom,ActiveTo,ParentRecordId, LocationId FROM AssociatedLocation",
|
||||
"operation": "Insert",
|
||||
"useSourceCSVFile": true,
|
||||
"master": true,
|
||||
"useValuesMapping": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user