Although the user interface is a topic for the next chapter, where it will be covered in detail, now we need to touch on some basic techniques of UI design. C/SIDE allows us to run tables directly from the table designer, the same way we did with Codeunits. But it's always a good practice to create at least one page for any new table that is supposed to present data to the user. Some types of tables may have more than one page associated with them, but right now, we will create one list page to represent contracts.
Configuring default pages for tables
Creating a list page using a page wizard
Now we will complete a simple walk-through to create a list page for the table. The following steps provide the details of creating...