Section 2: Building and Managing Code Components
This second section focuses on creating and building code components. First, we start by building a code component for a field type in Microsoft Dataverse, later followed by building a code component for a dataset type in Microsoft Dataverse. Then we see how to debug a code component in different ways and at different times, such as pre-deployment and post-deployment.
After that, we are introduced to authentication profiles that can help with quick deployments to your preferred Microsoft Dataverse environment. Later, we get introduced to a Microsoft Dataverse solution project that also helps you deploy code components. Lastly, we learn how to configure code components in model-driven and canvas apps for both types of code components.
This section comprises the following chapters:
- Chapter 5, Code, Test, and Repeat
- Chapter 6, Debugging Code Components
- Chapter 7, Authentication Profiles
- Chapter 8, Introduction...