Summary

Completed

In this module, you learned about pages and the differences between the page types, specifically the difference between a Card page and a List page. Creating a page can be done by using the tpage snippet.

Pages contain two different areas: Content and FactBox. The Content area is the main part of your page where you define the content of your Card page or List page.

When you create a Card page, you must use one or multiple groups in the layout section to create FastTabs. When you create a List page, you must use a repeater.

You also learned about important page properties. When you open a record from a list, and you want to display the data in a card, you have to specify the CardPageId property.

Every table has one source table and you can set the SourceTable and SourceTableView properties for the table.

A page can also contain other pages. These other pages are defined as CardParts or ListParts. To link your parts to your main page, you can use the SubPageLink property.

Finally, you learned about actions on a page. These actions are always defined in one of the four available areas: Processing, Navigation, Reporting, Creating. You can use the Promoted and PromotedCategories to show your command in the command bar before the four fixed menus.