d365fo_get_enumeration_fields
Retrieve detailed fields and values for Dynamics 365 F&O enumerations, with options to include human-readable labels in specified languages.
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 |
|---|---|---|---|
| enumeration_name | Yes | ||
| resolve_labels | No | ||
| language | No | en-US | |
| profile | No | default |