WDTU page enhancement – part 2
We’ve decided that it will be useful to keep track of specific listener contacts: a fan list. First, we will need to create a table of fan information that we will save as a table with the 50110
ID and name it Radio Show Fan
, which will look like the following screenshot:
Figure 4.42 – Radio Show Fan table definition
We want to be able to review the fan list as we scan the Radio Show List. This requires adding a FactBox area to the Radio Show List
page. In turn, that requires a page part that will be displayed in the FactBox. The logical sequence is to create the page part first, then add the FactBox to the Radio Show List
page. We just want a simple list part with three columns, including just the Name
, Email
, and Last Contacted
fields, which we will save as page 50110 – Radio Show Fan Factbox. The following screenshot shows the new page in Visual Studio code:
Figure...