address, paren location & child location logic finished
This commit is contained in:
2
prepared_steps/3/Location.csv
Normal file
2
prepared_steps/3/Location.csv
Normal file
@ -0,0 +1,2 @@
|
||||
ParentLocation.Name,Extension,Flat,Floor,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,PKey__c
|
||||
"Plantsoen de Pas 12, 6601 BK WIJCHEN, NL",test,,,--,false,false,false,Site,"Plantsoen de Pas 12, 6601 BK WIJCHEN, NL"
|
|
1
prepared_steps/3/command_dev.txt
Normal file
1
prepared_steps/3/command_dev.txt
Normal file
@ -0,0 +1 @@
|
||||
sf sfdmu run --sourceusername csvfile --targetusername rene.kasseboehmer@vaillant.de.devrene
|
11
prepared_steps/3/export.json
Normal file
11
prepared_steps/3/export.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"allOrNone": true,
|
||||
"excludeIdsFromCSVFiles": true,
|
||||
"objects": [
|
||||
{
|
||||
"query": "SELECT Extension,Flat,Floor,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,PKey__c FROM Location",
|
||||
"operation": "Insert",
|
||||
"useSourceCSVFile": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user