エンティティデータモデル
Entities データモデルは、ビジネスアプリケーション内の構造化データを定義、格納、管理します。Microsoft Power Platform、Dynamics 365、および外部システムとのデータリレーションシップ、セキュリティ、自動化、統合を実現します。
ビュー
ビュー セクションには読み取り専用SQL テーブルの一覧が記載されています。これらには、Microsoft Dataverse アカウントでのアクセスを想定したサンプルが含まれています。
以下のビューはconnector に同梱されています。
| テーブル | 説明 |
| MultiSelectPickListAttributeMetaData | Stores metadata for attributes that support MultiSelect OptionSet, defining the structure and behavior of multi-option fields. |
| MultiSelectPickListOptions | Contains the possible selectable options for MultiSelect OptionSet attributes, enabling multi-value selections. |
| PickListAttributeMetaData | Holds metadata for attributes of type Picklist, describing the single-option selection fields in the system. |
| PickListOptions | Defines the set of selectable options available for Picklist attributes, supporting user-defined field values. |
| StateAttributeMetadata | Provides metadata for attributes of type State, describing state-related fields used for status tracking or categorization. |
| StateAttributeOptions | Lists the selectable states available for State attributes, representing various predefined states. |
| StatusAttributeMetadata | Contains metadata for attributes of type Status, often used to track the lifecycle or current condition of an entity. |
| StatusAttributeOptions | Defines the set of statuses that can be assigned to Status attributes, supporting status-driven workflows. |
ストアドプロシージャ
ストアドプロシージャ は、SQLクエリを介して呼び出されるアクションです。標準的なCRUD 操作だけでなく、OAuth アクセストークンの取得や更新などより高度なタスクも実行します。