d365fo_get_entity_schema
Retrieve detailed schema for Dynamics 365 F&O data entities, including properties, keys, and actions to understand data structure and integration requirements.
Instructions
Get the detailed schema for a specific D365 F&O data entity, including properties, keys, and available actions.
Args: entityName: The public name of the entity (e.g., 'CustomerV3'). include_properties: Set to true to include detailed information about each property (field) in the entity. resolve_labels: Set to true to resolve and include human-readable labels for the entity and its properties. language: The language to use for resolving labels (e.g., 'en-US', 'fr-FR'). profile: Configuration profile to use (optional - uses default profile if not specified)
Returns: Dictionary with entity schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityName | Yes | ||
| include_properties | No | ||
| resolve_labels | No | ||
| language | No | en-US | |
| profile | No | default |