d365fo_update_entity_record
Modify existing records in Dynamics 365 Finance & Operations data entities by specifying entity name, key fields, and update values to maintain accurate business data.
Instructions
Update an existing record in a D365 Finance & Operations data entity.
Args: entity_name: The entity's public collection name or entity set name (e.g., "CustomersV3", "SalesOrders", "DataManagementEntities") key_fields: List of key field names for composite keys key_values: List of key values corresponding to key fields data: Record data containing fields to update return_record: Whether to return the complete updated record profile: Optional profile name
Returns: Dictionary with update result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes | ||
| key_fields | Yes | ||
| key_values | Yes | ||
| data | Yes | ||
| return_record | No | ||
| profile | No | default |