several fixes; Location Van, AssociatedLocation

This commit is contained in:
Rene Kaßeböhmer
2025-05-02 14:23:27 +02:00
parent 3c824e5d4b
commit 4ca8cc06c7
10 changed files with 78 additions and 39 deletions

View File

@ -3,10 +3,9 @@
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT ExternalReference FROM Location WHERE ExternalReference != null AND ParentLocation.VisitorAddress.CountryCode = 'NL'",
"query": "SELECT PKey__c FROM Location WHERE PKey__c != null AND ParentLocation.VisitorAddress.CountryCode = 'NL'",
"operation": "Readonly",
"externalId": "ExternalReference",
"master": false
"externalId": "PKey__c"
},{
"query": "SELECT Product_Code__c FROM Product2 WHERE Product_Code__c != null",
"operation": "Readonly",