asset warranty plus warranty term update

This commit is contained in:
Rene Kaßeböhmer
2025-05-19 15:12:23 +02:00
parent d5742d7d30
commit b675a38baf
31 changed files with 77 additions and 37 deletions

View 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
}
]
}