update address & location IoT

This commit is contained in:
Rene Kaßeböhmer
2025-04-23 13:51:56 +02:00
parent 90a5e6b629
commit 11a8b09dac
27 changed files with 57 additions and 18 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
}
]
}