d365fo_get_enumeration_fields
Retrieve fields and values for any D365 F&O enumeration. Optionally resolve human-readable labels in a specified language.
Instructions
Get the detailed members (fields) and their values for a specific D365 F&O enumeration.
Args: enumeration_name: The exact name of the enumeration (e.g., 'NoYes', 'CustVendorBlocked'). resolve_labels: Set to true to resolve and include human-readable labels for the enumeration and its members. 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 enumeration details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | default | |
| language | No | en-US | |
| resolve_labels | No | ||
| enumeration_name | Yes |