Now, let's create a card page. The process for a card page is almost the same as for a list page, but using a different snippet. Our page number will be 50101Â , and the name will be Radio Show Card:
You can copy and paste most of the definitions from the list page file, or even use File and Save As in Visual Studio Code if you find that faster or easier to use.
Let's change the launch.json file to this new page and publish the extension again. We can preview the page by making a modification to the launch.json file. Change the startupObjectId to 50101 and select AL: Publish without debugging from the Command Palette, as shown in the following screenshot: