address, paren location & child location logic finished

This commit is contained in:
Rene Kaßeböhmer
2025-03-31 17:29:55 +02:00
parent a3d7491d11
commit b1b9d3db8a
11 changed files with 91 additions and 8 deletions

View File

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