SystemForm テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
Organization-owned entity customizations including form layout and dashboards.
メッセージ
| メッセージ | Web API 操作 | SDK アセンブリ |
|---|---|---|
| CopySystemForm | CopySystemForm Action | CopySystemFormRequest |
| Create | POST [org URI]/api/data/v9.0/systemforms 作成を参照 |
CreateRequest または Create |
| Delete | DELETE [org URI]/api/data/v9.0/systemforms(formid) 削除を参照 |
DeleteRequest または Delete |
| Retrieve | GET [org URI]/api/data/v9.0/systemforms(formid) 取得を参照 |
RetrieveRequest または Retrieve |
| RetrieveFilteredForms | RetrieveFilteredForms Function | RetrieveFilteredFormsRequest |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/systemforms データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
| RetrieveUnpublished | RetrieveUnpublished Function | RetrieveUnpublishedRequest |
| RetrieveUnpublishedMultiple | RetrieveUnpublishedMultiple Function | RetrieveUnpublishedMultipleRequest |
| Update | PATCH [org URI]/api/data/v9.0/systemforms(formid) 更新を参照 |
UpdateRequest または Update |
プロパティ
| プロパティ | 値 |
|---|---|
| CollectionSchemaName | SystemForms |
| DisplayCollectionName | System Forms |
| DisplayName | System Form |
| EntitySetName | systemforms |
| IsBPFEntity | False |
| LogicalCollectionName | systemforms |
| LogicalName | systemform |
| OwnershipType | OrganizationOwned |
| PrimaryIdAttribute | formid |
| PrimaryNameAttribute | name |
| SchemaName | SystemForm |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。
- AncestorFormId
- CanBeDeleted
- Description
- FormActivationState
- FormId
- FormJson
- FormPresentation
- FormXml
- IntroducedVersion
- IsAIRMerged
- IsCustomizable
- IsDefault
- IsDesktopEnabled
- IsTabletEnabled
- Name
- ObjectTypeCode
- Type
- UniqueName
- Version
AncestorFormId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the parent form. |
| DisplayName | Parent Form |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | ancestorformid |
| RequiredLevel | None |
| Targets | systemform |
| Type | Lookup |
CanBeDeleted
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether this component can be deleted. |
| DisplayName | Can Be Deleted |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | canbedeleted |
| RequiredLevel | SystemRequired |
| Type | ManagedProperty |
Description
| プロパティ | 値 |
|---|---|
| Description | Description of the form or dashboard. |
| DisplayName | Description |
| Format | Text |
| IsLocalizable | True |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | Memo |
FormActivationState
| プロパティ | 値 |
|---|---|
| Description | Specifies the state of the form. |
| DisplayName | Form State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | formactivationstate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
FormActivationState の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | Inactive | |
| 1 | Active |
FormId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the record type form. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | formid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
FormJson
| プロパティ | 値 |
|---|---|
| Description | Json representation of the form layout. |
| DisplayName | |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | formjson |
| MaxLength | 1073741823 |
| RequiredLevel | SystemRequired |
| Type | Memo |
FormPresentation
| プロパティ | 値 |
|---|---|
| Description | Specifies whether this form is in the updated UI layout in Microsoft Dynamics CRM 2015 or Microsoft Dynamics CRM Online 2015 Update. |
| DisplayName | AIR Refreshed |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | formpresentation |
| RequiredLevel | SystemRequired |
| Type | Picklist |
FormPresentation の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | ClassicForm | |
| 1 | AirForm | |
| 2 | ConvertedICForm |
FormXml
| プロパティ | 値 |
|---|---|
| Description | XML representation of the form layout. |
| DisplayName | |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | formxml |
| MaxLength | 1073741823 |
| RequiredLevel | SystemRequired |
| Type | Memo |
IntroducedVersion
| プロパティ | 値 |
|---|---|
| Description | Version in which the form is introduced. |
| DisplayName | Introduced Version |
| FormatName | VersionNumber |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | introducedversion |
| MaxLength | 48 |
| RequiredLevel | None |
| Type | String |
IsAIRMerged
| プロパティ | 値 |
|---|---|
| Description | Specifies whether this form is merged with the updated UI layout in Microsoft Dynamics CRM 2015 or Microsoft Dynamics CRM Online 2015 Update. |
| DisplayName | Refreshed |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isairmerged |
| RequiredLevel | None |
| Type | Boolean |
IsAIRMerged の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Yes | |
| 0 | No |
既定値 : 0
IsCustomizable
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether this component can be customized. |
| DisplayName | Customizable |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | iscustomizable |
| RequiredLevel | SystemRequired |
| Type | ManagedProperty |
IsDefault
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether the form or the dashboard is the system default. |
| DisplayName | Default Form |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isdefault |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsDefault の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Yes | |
| 0 | No |
既定値 : 0
IsDesktopEnabled
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether the dashboard is enabled for desktop. |
| DisplayName | Is Desktop Enabled |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isdesktopenabled |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsDesktopEnabled の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Yes | |
| 0 | No |
既定値 : 0
IsTabletEnabled
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether the dashboard is enabled for tablet. |
| DisplayName | Is Tablet Enabled |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | istabletenabled |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsTabletEnabled の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Yes | |
| 0 | No |
既定値 : 0
Name
| プロパティ | 値 |
|---|---|
| Description | Name of the form. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | name |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ObjectTypeCode
| プロパティ | 値 |
|---|---|
| Description | Code that represents the record type. |
| DisplayName | Entity Name |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | objecttypecode |
| RequiredLevel | None |
| Type | EntityName |
Type
| プロパティ | 値 |
|---|---|
| Description | Type of the form, for example, Dashboard or Preview. |
| DisplayName | Form Type |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | type |
| RequiredLevel | None |
| Type | Picklist |
Type の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | Dashboard | |
| 1 | AppointmentBook | |
| 2 | Main | |
| 3 | MiniCampaignBO | |
| 4 | Preview | |
| 5 | Mobile - Express | |
| 6 | Quick View Form | |
| 7 | Quick Create | |
| 8 | Dialog | |
| 9 | Task Flow Form | |
| 10 | InteractionCentricDashboard | |
| 11 | Card | |
| 12 | Main - Interactive experience | |
| 13 | Contextual Dashboard | |
| 100 | Other | |
| 101 | MainBackup | |
| 102 | AppointmentBookBackup | |
| 103 | Power BI Dashboard |
UniqueName
| プロパティ | 値 |
|---|---|
| Description | Unique Name |
| DisplayName | Unique Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | uniquename |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
Version
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | version |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。
- AncestorFormIdName
- ComponentState
- FormIdUnique
- FormXmlManaged
- IsManaged
- OrganizationId
- OrganizationIdName
- OverwriteTime
- PublishedOn
- SolutionId
- SupportingSolutionId
- VersionNumber
AncestorFormIdName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ancestorformidname |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
ComponentState
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | Component State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | componentstate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
ComponentState の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | Published | |
| 1 | Unpublished | |
| 2 | Deleted | |
| 3 | Deleted Unpublished |
FormIdUnique
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the form used when synchronizing customizations for the Microsoft Dynamics 365 client for Outlook. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | formidunique |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
FormXmlManaged
| プロパティ | 値 |
|---|---|
| Description | formXml diff as in a managed solution. for internal use only |
| DisplayName | |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | formxmlmanaged |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
IsManaged
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ismanaged |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsManaged の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Managed | |
| 0 | Unmanaged |
既定値 : 0
OrganizationId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the organization. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationid |
| RequiredLevel | SystemRequired |
| Targets | organization |
| Type | Lookup |
OrganizationIdName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OverwriteTime
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | For internal use only. |
| DisplayName | Record Overwrite Time |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | overwritetime |
| RequiredLevel | SystemRequired |
| Type | DateTime |
PublishedOn
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | |
| DisplayName | Published On |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | publishedon |
| RequiredLevel | None |
| Type | DateTime |
SolutionId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the associated solution. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | solutionid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
SupportingSolutionId
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | supportingsolutionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
VersionNumber
| プロパティ | 値 |
|---|---|
| Description | Represents a version of customizations to be synchronized with the Microsoft Dynamics 365 client for Outlook. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
一対多関連付け
SchemaName が一覧表示。
- form_ancestor_form
- SystemForm_AsyncOperations
- processtrigger_systemform
- SystemForm_BulkDeleteFailures
form_ancestor_form
systemform テーブル/エンティティの多対一のリレーションシップ form_ancestor_form と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | systemform |
| ReferencingAttribute | ancestorformid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | form_ancestor_form |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemForm_AsyncOperations
asyncoperation テーブル/エンティティの多対一のリレーションシップ SystemForm_AsyncOperations と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemForm_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
processtrigger_systemform
processtrigger テーブル/エンティティの多対一のリレーションシップ processtrigger_systemform と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | processtrigger |
| ReferencingAttribute | formid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | processtrigger_systemform |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemForm_BulkDeleteFailures
bulkdeletefailure テーブル/エンティティの多対一のリレーションシップ SystemForm_BulkDeleteFailures と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemForm_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。
form_ancestor_form
systemform テーブル/エンティティの一対多のリレーションシップ form_ancestor_form を参照してください。
organization_systemforms
organization テーブル/エンティティの一対多のリレーションシップ organization_systemforms を参照してください。
関連項目
フィードバック
フィードバックの送信と表示