Hours Tracker Part 3-Extending the User Table
5/22/2023 The Why Extending standard tables in Dataverse refers to adding new fields and customizing an existing table, while creating a new table involves building a separate table with its…
5/22/2023 The Why Extending standard tables in Dataverse refers to adding new fields and customizing an existing table, while creating a new table involves building a separate table with its…
5/19/2023 The Why This part of the guide will go through two sections. Building Dataverse tables Extending built in Datavere tables. It is best to extend the user table and…
5/19/2023 The Why I had a client who needed a simple time tracking system that they could use to visualize what their staff was working on and provide their customers…
5/16/2023 The Why I was tasked with building an activity tracker for a client. One of the requirements was to disable certain controls unless it was between two specific dates.…
2/24/2023 The Why Hiding tabs in a Model Driven app until a record is created can simplify the interface and reduce clutter. If certain tabs are not relevant until a…
2/24/2023 The Why Using Java code in a Model Driven app offers several benefits. One major advantage is the ability to extend the app's functionality beyond what is available out-of-the-box.…
2/20/2023 The Why SharePoint Document Library can be used to store and manage files and documents in a Dataverse Form. By integrating SharePoint Document Library with Dataverse Form, users can…
2/20/2023 The Why When integrating Dataverse and SharePoint, it's important to segregate documents from the default site. This helps ensure that only authorized users have access to the document libraries.…
2/20/2023 The Why Enabling SharePoint integration in the Power Platform is important because it simplifies data sharing and collaboration across multiple platforms. This integration allows users to utilize SharePoint's document…
2/20/2023 The Why This section will guide you through completing the canvas app, enabling it to save documents to the SharePoint Document library vs saving it to Dataverse, and marking…