bulk_update_records
Update multiple Salesforce records of any object type in bulk by providing their Ids.
Instructions
Updates multiple records of a specified SObject type in bulk. Each record must have an 'Id' field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | A list of records to update. Each record is a dictionary of field names and values, and *must* include an 'Id' field. | |
| object_name | Yes | The API name of the Salesforce SObject (e.g., 'Account', 'MyCustomObject__c'). |