d365fo_get_entity_record
Retrieve specific records from Dynamics 365 Finance & Operations data entities using key fields and values, with options to select fields and expand navigation properties.
Instructions
Get a specific record from a D365FO 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 select: List of fields to include in response expand: List of navigation properties to expand profile: Optional profile name
Returns: Dictionary with the entity record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes | ||
| key_fields | Yes | ||
| key_values | Yes | ||
| select | No | ||
| expand | No | ||
| profile | No | default |