Page Creation In Microsoft Dynamics 365 BC
STEP-01:
- Right Click on the .vscode and select New File.

STEP-02:
- Enter the Name of the page as shown.
- Note while naming the page .al extension is mandatory.

STEP-03:
- Type tp for creating a new page.
- ”t” is the prefix for finding the objects in VS.

STEP-04:
- After step 03, page structure has been created.

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.

STEP-06:
- After the step 05, Specify the fields in the page and save the page.
