van location finished and integrasted into child location upload

This commit is contained in:
Rene Kaßeböhmer
2025-04-25 13:09:04 +02:00
parent 5aaf4a6d19
commit f832310344
6 changed files with 57 additions and 12 deletions

View File

@ -3,7 +3,7 @@
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT Extension,Flat,Floor,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,PKey__c, ExternalReference FROM Location",
"query": "SELECT Id,Extension__c,Flat__c,Floor__c,ExternalReference,Name,PKey__c,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType FROM Location",
"operation": "Insert",
"useSourceCSVFile": true
}