Skip to main content

Posts

Showing posts from February, 2023

How to Convert Objects from C/AL to AL ?

  How to Convert Objects from C/AL to AL ? The Txt2Al conversion tool allows you to take C/AL objects, which were created in Dynamics NAV or Business Central Spring 2019 (version 14), and convert them into the new .al format.  Exporting the objects from C/SIDE in a cleaned .txt format. Converting the objects to the new syntax.  Here, I will be using BC14 ( Business Central Spring 2019) Objects and will be converting Sales Credit Memo report from C/Al to AL.   The .al format is used when developing extensions for Dynamics 365 Business Central.  Converting the objects consists of following two steps: Expo rting the objects from C/SIDE in a cleaned .txt format We need to run the Dynamics BC14 Development Shell as administrator to export BC14 object in new syntax. Run the following command to export object in text file. Syntax Export-NAVApplicationObject   [-DatabaseName] <String>  [-Path] <String> [-DatabaseServer <String>] [-F...