associatedlocation finished

This commit is contained in:
Rene Kaßeböhmer
2025-04-15 13:45:43 +02:00
parent 9174dafb43
commit 3888e5106e
10 changed files with 107 additions and 6 deletions

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,16 @@
{
"allOrNone": true,
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT Type,ActiveFrom,ActiveTo,ParentRecordId$Account,PKey__c, LocationId FROM AssociatedLocation",
"operation": "Insert",
"externalId": "PKey__c",
"useSourceCSVFile": true,
"master": true,
"useValuesMapping": true,
"excludedFields": ["PKey__c"]
}
]
}