Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AL Object ID ManagerNew to Visual Studio Code? Get it now.
AL Object ID Manager

AL Object ID Manager

TAHER El Mehdi

|
2 installs
| (0) | Free
Automatically manage and fix AL object IDs in Microsoft Dynamics 365 Business Central. Keeps objects within idRanges, resolves conflicts, and safely reassigns out-of-range IDs with preview and confirmation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AL Object ID Manager

This extension provides a feature focused on keeping AL object IDs within your idRanges in app.json.

Fix AL Objects Id

  • Run from the Command Palette: AL: Fix Object IDs
  • Behavior:
    • Reassigns out-of-range objects per object type from the lowest available ID in your ranges
    • Never exceeds your range limits
    • Shows a preview/confirmation dialog before applying changes

Requirements

  • An AL workspace with an app.json at the workspace root including idRanges, for example:
{
  "idRanges": [
    { "from": 50100, "to": 50200 }
  ]
}

PS: If idRanges is missing or invalid, the command is disabled and a warning is shown.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft