AL Base APP export all objects

txerifftxeriff Member Posts: 500
Hi All,
Is there any way to export all base APP objects into a text file? I'd like to continue using something like "where used" tool as Prism is paid and expensive.
I've found this link below but the command doesn't seem to exist.
https://learn.microsoft.com/en-us/powershell/module/microsoft.dynamics.nav.ide/export-navapplicationobject?view=businesscentral-ps

thanks

Best Answer

  • markborgesmarkborges Member Posts: 170
    edited 2024-08-13 Answer ✓
    If you use Visual Studio Code, you can download the official Base App source code from a GitHub repository:

    https://github.com/StefanMaron/MSDyn365BC.Code.History

    You can simply download the code (you don't need to clone the GitHub repository). This repository is kept by a freelancer BC Developer (Stefan Maron) and he keeps the source for all the BC versions since BC 14, I think.

    After you download the source code, if you open the folder in Visual Studio, it takes a while, but VS Code does read all the symbols, and from there you can navigate to References...

    The great thing about this, is this is not reading related References just based on the name, it really looks into the right object references.

    s8iwbawrofc7.png
    Marcelo Borges
    D365 Business Central Solutions Architect
    BC AL/NAV C/AL Developer
    BC Repositories.com

Answers

Sign In or Register to comment.