golden to asset working

This commit is contained in:
Rene Kaßeböhmer
2025-04-10 11:18:18 +02:00
parent 19eacdf2f5
commit 6bd77c8b3e
6 changed files with 737 additions and 11 deletions

View File

@ -5,14 +5,17 @@
{
"query": "SELECT ExternalReference FROM Location WHERE ExternalReference != null AND ParentLocation.VisitorAddress.CountryCode = 'NL'",
"operation": "Readonly",
"externalId": "ExternalReference"
"externalId": "ExternalReference",
"master": false
},{
"query": "SELECT Product_Code__c FROM Product2 WHERE Product_Code__c != null",
"operation": "Readonly",
"externalId": "Product_Code__c "
"externalId": "Product_Code__c",
"master": false
},{
"query": "SELECT Product2Id,Id,InstallDate,Name,Kind_of_Energy__c,Kind_of_Installation__c,Main_Product_Group__c,SerialNumber,Serialnumber_Exception__c,LocationId FROM Asset",
"operation": "Insert"
"query": "SELECT Product2Id,InstallDate,Name,Kind_of_Energy__c,Main_Product_Group__c,SerialNumber,Serialnumber_Exception__c,LocationId FROM Asset",
"operation": "Insert",
"master": true
}
]
}