finished pricebook2 & pricebookentry

This commit is contained in:
Rene Kaßeböhmer
2025-04-17 10:32:35 +02:00
parent 94d81669d8
commit 8485b38dba
13 changed files with 119 additions and 16 deletions

View File

@ -0,0 +1,10 @@
{
"allOrNone": true,
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT Business_Type__c, IsStandard, IsActive, Name, Brand__c, Country__c FROM Pricebook2",
"operation": "Insert"
}
]
}