AL Object Designer feature in Visual Studio Environment in D365 BC

AL Object Designer feature in Visual Studio Environment in D365 BC:

(1) In the previous blog, we have seen how to see all objects in AL Environment. But in the latest version of Visual Studio, Microsoft added a new feature for seeing all objects in AL without installing external apps.

(2) Open the Extension in Visual Studio and click the icon “Al Object Designer”, as shown.

AL Object Designer

(3) Click on this icon, it gives an older version feel of the Development Environment, as shown.

AL Object Designer Window

(4) Now click on the three-dot icon and it gives multiple options, as shown.

(A) For Object Table & Table Ext.:

For Object Table & Table Ext. d365 bc
  • View→ This option is used to see the source code.
  • Events→ This option is used to see the events of the selected table.
  • Run→ This option is used to run a particular object.
  • New Table Ext→ This option is used to create an extension of the selected object.
  • New Card→ This option is used to create a card page directly from the selected table.
  • New List→ This option is used to create a list page directly from the selected table.
  • New Report→ This option is used to create a new report directly from the selected table.
  • New Query→ This option is used to create a new report directly from the selected table.

(B) For Object Page & Page Ext.:

For Object Page & PageExtension in d365 bc
  • View→ This option is used to see the source code.
  • Events→ This option is used to see the events of the selected object.
  • Preview→ This option is used to preview a particular object.
  • Run→ This option is used to run a particular object.
  • Design→This option is used to view the backend part.
  • New Page Ext.→ This option is used to create page ext. directly from the selected page.

(C) For Object Reports & Report Ext.:

For Object Reports & Report Ext. d365 bc
  • View→ This option is used to see the source code.
  • Events→ This option is used to see the events of the selected object.
  • Preview→ This option is used to preview a particular object.
  • Run→ This option is used to run a particular object.

(D) For Object Codeunits:

For Object Codeunits D365 bc
  • View→ This option is used to see the source code.
  • Events→ This option is used to see the events of the selected object.

(E) For Object Query:

For Object Query d365 bc
  • View→ This option is used to see the source code.
  • Events→ This option is used to see the events of the selected object.
  • Preview→ This option is used to preview a particular object.
  • Run→This option is used to run a particular object.

(F) For Object XMLPort, Control Add., Enum, Enum Ext., Interface, Profiles:

For Object XMLPort, Control Add., Enum, Enum Ext., Interface, Profiles d365 bc
  • View→ This option is used to see the source code.
  • Events→ This option is used to see the events of the selected object.

Maximum Size of File Attachment or Upload in D365 BC
How to Assign External User License in D365 BC
Page Extension Overview in Business Central D365
Publish an Extension in the Production Environment of D365 BC SAAS Version
Creation of Chart of Accounts in D365 BC
SubType Property (Codeunit)– Microsoft Docs

Leave a Reply