23 lines
788 B
JSON
23 lines
788 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
} |