savestate

This commit is contained in:
Rene Kaßeböhmer
2025-05-09 15:41:55 +02:00
parent 14bc0f6dca
commit 8af0ef8e78
17 changed files with 290 additions and 108 deletions

View File

@ -0,0 +1,23 @@
{
"allOrNone": true,
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT Id FROM Pricebook2 WHERE Name LIKE 'NL%'",
"operation": "Readonly",
"externalId": "Id",
"master": false
},{
"query": "SELECT Id FROM Account WHERE BillingCountry__c = 'NL'",
"operation": "Readonly",
"externalId": "Id",
"master": false
},{
"query": "SELECT PKey__c,Status,BillingCountryCode,AccountId,Service_Recipient__c,IoT_Registration_Status__c,Pricebook2Id, TemplateId__c FROM ServiceContract",
"operation": "Insert",
"useValuesMapping": true,
"useSourceCSVFile": true,
"master": true
}
]
}