What problem does it solve? Divalto ERP choice lists (multichoix) are stored in binary ISAM dictionary files (XXfdmc.dhfi) that cannot be inspected with a text editor. This Skill reads those files via the DhxIsam64.dll API and decodes the three entry Types (fixed list, dynamic lookup, external identifier) into structured JSON, so integrators can consult a choice list definition before binding a business dictionary field. ## Core Features & Use Cases - List and inspect multichoix: Enumerate all multichoix in a module's XXfdmc.dhfi file with their Type and entry counts, or dump the decoded entries of one specific multichoix. - Type-aware decoding: Handles Type 1 (fixed list with labels), Type 3 (dynamic lookup with enreg/donnee/prefixe/ideb/ifin target table config), and Type 4 (external identifier like IdFic), plus Type distribution statistics. - Standard-file integrity guidance: Explains the norm of never modifying a standard XXfdmc, how to detect modifications by diffing against a clean reference, and how to compare dictionaries with the native Harmony tool. - Use Case: Before binding a field with Choix=gtfdmc.dhfi + NomChoix=AXENO, run the detail mode to confirm AXENO is a Type 3 lookup targeting the axelibtb table with codes ca1 through ca4. ## Quick Start Ask the assistant to list all multichoix in the Achat-Vente gtfdmc.dhfi file and show the details of the NONOUI multichoix.