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,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

View File

@ -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 ObjectName FieldName RawValue Value
2 AssociatedLocation Type Installer (installation) Installer
3 AssociatedLocation Type Installer (first ignition) Installer
4 AssociatedLocation Type Installer (service) Installer
5 AssociatedLocation Type Installer (Timex) Installer

View File

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

View 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
}
]
}