savestate before github
This commit is contained in:
23
prepared_steps/19_create_contractlineitems/export.json
Normal file
23
prepared_steps/19_create_contractlineitems/export.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user