several fixes; Location Van, AssociatedLocation
This commit is contained in:
@ -1 +1 @@
|
||||
sf sfdmu run --sourceusername csvfile --targetusername rene.kasseboehmer@vaillant.de.devrene
|
||||
sf sfdmu run --sourceusername rene.kasseboehmer@vaillant.de.devrene --targetusername rene.kasseboehmer@vaillant.de.devrene
|
@ -3,8 +3,9 @@
|
||||
"excludeIdsFromCSVFiles": true,
|
||||
"objects": [
|
||||
{
|
||||
"query": "SELECT Id,Extension__c,Flat__c,Floor__c,ExternalReference,Name,PKey__c,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType FROM Location",
|
||||
"operation": "Insert",
|
||||
"query": "SELECT Extension__c,Flat__c,Floor__c,ExternalReference,Name,PKey__c,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType, Location_Number__c FROM Location",
|
||||
"operation": "Upsert",
|
||||
"externalId": "PKey__c",
|
||||
"useSourceCSVFile": true
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user