update_record
Modify existing Salesforce records by specifying the object name, record ID, and updated data fields. Integrates with the MCP Salesforce Connector for efficient data management.
Instructions
Updates an existing record
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | The updated data for the record | |
object_name | Yes | The name of the Salesforce object (e.g., 'Account', 'Contact') | |
record_id | Yes | The ID of the record to update |