Export complete

This commit is contained in:
Rene Kaßeböhmer
2025-04-03 13:32:14 +02:00
parent a51eb34ac3
commit 5eb314fbf7
17 changed files with 61 additions and 22 deletions

View File

@ -0,0 +1 @@
sf sfdmu run --sourceusername csvfile --targetusername rene.kasseboehmer@vaillant.de.devrene

View File

@ -0,0 +1,11 @@
{
"allOrNone": true,
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT Extension,Flat,Floor,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,PKey__c, ExternalReference FROM Location",
"operation": "Insert",
"useSourceCSVFile": true
}
]
}