Use Case: Export Course Management Data We will create a Custom Connector to export data from the following Dataverse tables (Refer Dataverse Datamodel): The connector will support: Step-by-Step Implementation 1. Set Up Your Dataverse Tables Ensure your Dataverse data model Read more…
Dataverse Data Types Dataverse provides a variety of data types to store and manage structured and unstructured data effectively. Here’s a breakdown: 1. Core Data Types Data Type Description Use Case Text – Single Line of Text: Up to 4,000 Read more…
Microsoft Dataverse provides enterprise-grade disaster recovery mechanisms to ensure business continuity. Key Features: Feature Details Automatic Backups – Dataverse creates daily backups of your data automatically. – Retention period: 7 days for sandbox and production environments. Manual Backups – Administrators Read more…
Dataverse Best Practices rewritten in a table format for clarity: Category Best Practice Benefits Data Modeling Normalize data by breaking it into multiple related tables. Reduces redundancy, improves data integrity, and simplifies maintenance. Use appropriate field types like Lookups for Read more…
Here’s a table format for Dataverse limitations to provide a clear and concise overview: Category Limitation Implications Storage Limited storage: Database (10GB + 250MB/user), File (20GB + 2GB/user), Log (2GB). Additional storage incurs costs. Large files and logs can quickly Read more…
Step Instructions Visit Power Platform’s Website Go to https://powerplatform.microsoft.com. Select “Try for Free” Click on the “Try Free” option on the main page to begin the signup process. Choose Your Product Select the Power Platform product you want to try, Read more…
Prerequisite: Refer to blog post Create Solution for Course Management Solution Go to https://make.powerapps.com/environments/0663f8ce-997b-e7e3-a0a0-43cf0bd6ff10/solutions/ Click on ‘Course Management Solution’ as shown above. Click on Apps-> New -> App -> Model-Driven App Enter the details as shown above and click ‘Create’ Read more…
Prerequisites:–Refer to blog post to Create new Environment –Access/login to the Power Platform Admin Center i.e. https://admin.powerplatform.microsoft.com/ When the user selects “Student Information System” as displayed in the above screen, the next screen will appear as shown below, presenting relevant Read more…
GitHub Actions is an incredible tool that lets developers automate different parts of the app-building process. If you’re working with Microsoft Power Platform (which includes tools like Power Apps, Power Automate, and Dataverse), GitHub Actions can simplify your workflows by Read more…
Below is an overview of the core entities, their attributes, relationships, and steps for implementation in a course management system using Dataverse. Core Entities and Their Relationships Entity Name Attributes (Fields) Relationships Courses ID (Primary Key), Title, Description, Credits, Level, Read more…