associatedlocation finished
This commit is contained in:
@ -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/10_upsert_associated_location/command.txt
Normal file
1
prepared_steps/10_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
|
16
prepared_steps/10_upsert_associated_location/export.json
Normal file
16
prepared_steps/10_upsert_associated_location/export.json
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user