several fixes; Location Van, AssociatedLocation

This commit is contained in:
Rene Kaßeböhmer
2025-05-02 14:23:27 +02:00
parent 3c824e5d4b
commit 4ca8cc06c7
10 changed files with 78 additions and 39 deletions

View File

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

View File

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