Creating a Card page
Next, let's create a Card page. The wizard process for a Card page is almost the same as for a List page, with one additional step. In Object Designer, with Pages selected, click New again. Enter the same table (Radio Show
) and make sure the Create a page using a wizard: option is selected and Card
is highlighted, as shown in the next screenshot:
The next step in the Wizard is specific to Card pages, which allows us to create FastTabs. These are the display tools that allow the user to expand or collapse the window sections for ease of viewing. For our Radio Show Card, we will divide our table fields into two sections, General
(primary key, description, resource information, and duration) and Statistics
(data about the show), as shown in the following screenshot:
After defining the FastTab names, we must assign the data fields to the tabs on which they are to appear. We will populate the tabs based on the FastTab Names fields we assigned. We can select the...