Page Creation In Microsoft Dynamics 365 BC

Page Creation In Microsoft Dynamics 365 BC

STEP-01: 

  • Right Click on the .vscode and select New File.
new file page

STEP-02:

  • Enter the Name of the page as shown.
  • Note while naming the page .al extension is mandatory. 
page name

STEP-03:

  • Type tp for creating a new page.
  • t” is the prefix for finding the objects in VS.
tp extension for page

STEP-04:

  • After step 03, page structure has been created.  
page structure

STEP-05:

  • In the above screenshot, the red underline is shown on the right side for TableName.
  • This means that you have to specify the TableName.
specify table name

STEP-06:

  • After the step 05, Specify the fields in the page and save the page.
specify page fields

Learn More About Pages From The Below Link:

https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-pages-overview

Leave a Reply