dataverse-sdk-use

Installation
SKILL.md

PowerPlatform Dataverse SDK Guide

Overview

Use the PowerPlatform Dataverse Client Python SDK to interact with Microsoft Dataverse.

Key Concepts

Schema Names vs Display Names

  • Standard tables: lowercase (e.g., "account", "contact")
  • Custom tables: include customization prefix (e.g., "new_Product", "cr123_Invoice")
  • Custom columns: include customization prefix (e.g., "new_Price", "cr123_Status")
  • ALWAYS use schema names (logical names), NOT display names
Installs
2
GitHub Stars
54
First Seen
13 days ago
dataverse-sdk-use — microsoft/powerplatform-dataverseclient-python