23 lines
793 B
JSON
23 lines
793 B
JSON
{
|
|
"allOrNone": true,
|
|
"excludeIdsFromCSVFiles": true,
|
|
"objects": [
|
|
{
|
|
"query": "SELECT Id, PKey__c FROM ServiceContract WHERE TemplateId__c != null AND Pricebook2.Country__c = 'NL'",
|
|
"operation": "Readonly",
|
|
"externalId": "PKey__c",
|
|
"master": false
|
|
},{
|
|
"query": "SELECT Id, PKey__c FROM Asset WHERE Location.ParentLocation.VisitorAddress.CountryCode = 'NL'",
|
|
"operation": "Readonly",
|
|
"externalId": "PKey__c",
|
|
"master": false
|
|
},{
|
|
"query": "SELECT Id, ServiceContractId, AssetId FROM ContractLineItem",
|
|
"operation": "Insert",
|
|
"externalId": "Id",
|
|
"master": true,
|
|
"useSourceCSVFile": true
|
|
}
|
|
]
|
|
} |