d365fo_create_entity_record
Create a new record in a D365 Finance & Operations data entity by specifying the entity's collection name and providing field values. Optionally return the complete created record.
Instructions
Create a new 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") data: Record data containing field names and values return_record: Whether to return the complete created record profile: Optional profile name
Returns: Dictionary with creation result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| profile | No | default | |
| entity_name | Yes | ||
| return_record | No |