From a51eb34ac388c13085e08c68d4019a0f01f3c944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Ka=C3=9Feb=C3=B6hmer?= Date: Wed, 2 Apr 2025 17:08:52 +0200 Subject: [PATCH] asset functional without data mapping --- prepared_steps/5/export.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepared_steps/5/export.json b/prepared_steps/5/export.json index d8a4ac6..afe408c 100644 --- a/prepared_steps/5/export.json +++ b/prepared_steps/5/export.json @@ -3,7 +3,7 @@ "excludeIdsFromCSVFiles": true, "objects": [ { - "query": "SELECT Extension,Flat,Floor,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,PKey__c FROM Location", + "query": "SELECT Extension,Flat,Floor,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,PKey__c, ExternalReference FROM Location", "operation": "Insert", "useSourceCSVFile": true }