Chapter 4: Enhancing Your App with Images, Screens, and File Attachments
In the previous chapter, we learned to build our first application, Health Scanner, using Microsoft Dataverse. In this chapter, we will learn some more advanced topics of Dataverse and apply them to enhance the Health Scanner application.
We will begin by looking at some post-publishing details, such as handling different application versions, usage analytics, and then adding additional information that would be needed in this application (for example, adding detailed reports and a profile picture in relation to any employee).
The important topics that will be covered are as follows:
- Application Versions and Analytics
- Adding multiple screens to your application
- Establishing a relationship between the tables
- Adding images and related records to your application
Let's begin by looking at different versions of the app and how they help in application publishing. Then we&apos...