savestate
This commit is contained in:
16
prepared_steps/17_update_servicecontract/export.json
Normal file
16
prepared_steps/17_update_servicecontract/export.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"allOrNone": true,
|
||||
"objects": [
|
||||
{
|
||||
"query": "SELECT Id FROM ServiceContract WHERE IsTemplate__c = true",
|
||||
"operation": "Readonly",
|
||||
"externalId": "Id",
|
||||
"master": false
|
||||
},{
|
||||
"query": "SELECT Id, TemplateId__c FROM ServiceContract",
|
||||
"operation": "Update",
|
||||
"externalId": "Id",
|
||||
"useSourceCSVFile": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user