ロールアップ クエリ (GoalRollupQuery) テーブル/エンティティ参照
注意
テーブルとエンティティの違いについて不明な点がありますか? Microsoft Dataverse で「開発者: 用語を理解する」を参照してください。
目標ロールアップの結果をフィルター処理するために使用されるクエリです。
[メッセージ]
Message | Web API 操作 | SDK クラスまたは算出方法 |
---|---|---|
Assign | PATCH /goalrollupqueries(goalrollupqueryid) プロパティを更新する ownerid 。 |
AssignRequest |
Create | POST /goalrollupqueries 作成する を参照 |
CreateRequest または Create |
Delete | DELETE /goalrollupqueries(goalrollupqueryid) 削除 参照してください |
DeleteRequest または Delete |
GrantAccess | GrantAccess | GrantAccessRequest |
ModifyAccess | ModifyAccess | ModifyAccessRequest |
取得する | GET /goalrollupqueries(goalrollupqueryid) Retrieveを参照してください |
RetrieveRequest または Retrieve |
RetrieveMultiple | GET /goalrollupqueries クエリ データを参照してください |
RetrieveMultipleRequest または RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccess | RevokeAccessRequest |
SetState | PATCH /goalrollupqueries(goalrollupqueryid) 更新 statecode および statuscode プロパティ。 |
SetStateRequest |
更新する | PATCH /goalrollupqueries(goalrollupqueryid) Updateを参照してください |
UpdateRequest または Update |
プロパティ
プロパティ | 値 |
---|---|
CollectionSchemaName | goalrollupqueries |
DisplayCollectionName | ロールアップ クエリ |
DisplayName | ロールアップ クエリ |
EntitySetName | goalrollupqueries |
IsBPFEntity | 無効 |
LogicalCollectionName | goalrollupqueries |
LogicalName | goalrollupquery |
OwnershipType | UserOwned |
PrimaryIdAttribute | goalrollupqueryid |
PrimaryNameAttribute | 名前 |
SchemaName | GoalRollupQuery |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。
- FetchXml
- GoalRollupQueryId
- ImportSequenceNumber
- Name
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- QueryEntityType
- StateCode
- StatusCode
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
FetchXml
プロパティ | 値 |
---|---|
プロパティ | 条件基準を FetchXML で指定する文字列です。 |
表示名 | 条件基準 |
FormatName | Text |
IsLocalizable | 無効 |
IsValidForForm | 無効 |
IsValidForRead | 有効 |
LogicalName | fetchxml |
MaxLength | 1073741823 |
RequiredLevel | ApplicationRequired |
Type | 文字列 |
GoalRollupQueryId
プロパティ | 値 |
---|---|
説明 | ロールアップ クエリを表す一意識別子です。 |
DisplayName | 目標 ロールアップ クエリ |
IsValidForForm | 無効 |
IsValidForRead | 有効 |
IsValidForUpdate | 無効 |
LogicalName | goalrollupqueryid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
ImportSequenceNumber
プロパティ | 値 |
---|---|
説明 | このレコードを作成したインポート処理のシーケンス番号。 |
DisplayName | インポート シーケンス番号 |
Format | なし |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | importsequencenumber |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | いいえ |
Type | Integer |
件名
プロパティ | 値 |
---|---|
説明 | 目標ロールアップ クエリのわかりやすい名前を入力します。 |
DisplayName | 件名 |
FormatName | テキスト |
IsLocalizable | 無効 |
IsValidForForm | 有効 |
IsValidForRead | 有効 |
LogicalName | 名前 |
MaxLength | 100 |
RequiredLevel | ApplicationRequired |
Type | String |
OverriddenCreatedOn
プロパティ | 値 |
---|---|
DateTimeBehavior | UserLocal |
説明 | レコードが移行された日時です。 |
DisplayName | [レコード作成日] |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | overriddencreatedon |
RequiredLevel | いいえ |
Type | DateTime |
OwnerId
プロパティ | 値 |
---|---|
説明 | レコードを管理するように割り当てられたユーザーまたはチームを入力します。 このフィールドは、レコードが異なるユーザーに割り当てられるたびに更新されます。 |
DisplayName | 所有者 |
IsValidForForm | 有効 |
IsValidForRead | 有効 |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Targets | systemuser,team |
Type | 所有者 |
OwnerIdType
プロパティ | 値 |
---|---|
説明 | 所有者 ID の種類 |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
QueryEntityType
プロパティ | 値 |
---|---|
説明 | ロールアップ クエリのレコードの種類を入力します。 |
DisplayName | エンティティの種類 |
IsValidForForm | 有効 |
IsValidForRead | 有効 |
IsValidForUpdate | 無効 |
LogicalName | queryentitytype |
RequiredLevel | ApplicationRequired |
Type | EntityName |
StateCode
プロパティ | 値 |
---|---|
説明 | 目標ロールアップ クエリがアクティブか非アクティブかを表示します。 |
DisplayName | ステータス |
IsValidForCreate | 無効 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | 完了状態 |
StateCode 選択肢/オプション
値 | ラベル | DefaultStatus | InvariantName |
---|---|---|---|
0 | アクティブです | 0 | アクティブです |
1 | 非アクティブ | 1 | 非アクティブ |
StatusCode
プロパティ | 値 |
---|---|
説明 | 目標ロールアップ クエリの状態を選択します。 |
DisplayName | 状態 |
IsValidForForm | 有効 |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | ステータス |
StatusCode 選択肢/オプション
値 | ラベル | 完了状態 |
---|---|---|
0 | 未完了 | 0 |
1 | 終了 | 1 |
TimeZoneRuleVersionNumber
プロパティ | 値 |
---|---|
プロパティ | 社外秘。 |
DisplayName | タイム ゾーン規則のバージョン番号 |
Format | なし |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | なし |
Type | 整数 |
UTCConversionTimeZoneCode
プロパティ | 値 |
---|---|
説明 | レコードが作成されたときに使用中だったタイム ゾーン コードです。 |
DisplayName | UTC 変換タイム ゾーン コード |
Format | なし |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | なし |
Type | Integer |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。
- CreatedBy
- CreatedByName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ModifiedBy
- ModifiedByName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningBusinessUnitName
- OwningTeam
- OwningUser
- VersionNumber
CreatedBy
プロパティ | 値 |
---|---|
説明 | レコードを作成したユーザーを表示します。 |
DisplayName | 作成者 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | 検索 |
CreatedByName
プロパティ | 値 |
---|---|
説明 | |
DisplayName | |
FormatName | テキスト |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | いいえ |
Type | 文字列 |
CreatedOn
プロパティ | 値 |
---|---|
DateTimeBehavior | UserLocal |
説明 | レコードが作成された日時を表示します。 日付と時間は Microsoft Dynamics 365 オプションで選択されたタイム ゾーンで表示されます。 |
DisplayName | 作成日時 |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
プロパティ | 値 |
---|---|
説明 | 別のユーザーに代わってレコードを作成したユーザーを表示します。 |
DisplayName | 作成者 (代理) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | 検索 |
CreatedOnBehalfByName
プロパティ | 値 |
---|---|
説明 | |
DisplayName | |
FormatName | テキスト |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | 文字列 |
CreatedOnBehalfByYomiName
プロパティ | 値 |
---|---|
説明 | |
DisplayName | |
FormatName | テキスト |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | いいえ |
Type | 文字列 |
ModifiedBy
プロパティ | 値 |
---|---|
説明 | レコードを最後に更新したユーザーを表示します。 |
DisplayName | 変更者 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | 検索 |
ModifiedByName
プロパティ | 値 |
---|---|
説明 | |
DisplayName | |
FormatName | テキスト |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | いいえ |
Type | 文字列 |
ModifiedOn
プロパティ | 値 |
---|---|
DateTimeBehavior | UserLocal |
説明 | レコードが最後に更新された日時を表示します。 日付と時間は Microsoft Dynamics 365 オプションで選択されたタイム ゾーンで表示されます。 |
DisplayName | 変更日時 |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
プロパティ | 値 |
---|---|
説明 | 別のユーザーに代わってレコードを最後に更新したユーザーを表示します。 |
DisplayName | 変更者 (代理) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | 検索 |
ModifiedOnBehalfByName
プロパティ | 値 |
---|---|
説明 | |
DisplayName | |
FormatName | テキスト |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | 文字列 |
ModifiedOnBehalfByYomiName
プロパティ | 値 |
---|---|
説明 | |
DisplayName | |
FormatName | テキスト |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | いいえ |
Type | 文字列 |
OwnerIdName
プロパティ | 値 |
---|---|
プロパティ | 所有者の名前 |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | 文字列 |
OwnerIdYomiName
プロパティ | 値 |
---|---|
プロパティ | 所有者のフリガナ (名前) です |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | 文字列 |
OwningBusinessUnit
プロパティ | 値 |
---|---|
説明 | レコードを所有する部署を表す一意識別子です。 |
表示名 | 所属部署 |
IsValidForForm | 有効 |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | なし |
Targets | businessunit |
Type | 検索 |
OwningBusinessUnitName
プロパティ | 値 |
---|---|
プロパティ | |
DisplayName | |
FormatName | テキスト |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | 有効 |
LogicalName | owningbusinessunitname |
MaxLength | 160 |
RequiredLevel | いいえ |
Type | 文字列 |
OwningTeam
プロパティ | 価値 |
---|---|
Description | レコードを所有するチームを表す一意識別子です。 |
DisplayName | 所有チーム |
IsValidForForm | 無効 |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Targets | チーム |
Type | 検索 |
OwningUser
プロパティ | 値 |
---|---|
説明 | レコードを所有するユーザーを表す一意識別子です。 |
DisplayName | 所有ユーザー |
IsValidForForm | 無効 |
IsValidForRead | 有効 |
LogicalName | owninguser |
RequiredLevel | いいえ |
Targets | |
Type | 検索 |
VersionNumber
プロパティ | 値 |
---|---|
説明 | 目標ロールアップ クエリのバージョン番号です。 |
DisplayName | バージョン番号 |
IsValidForForm | 無効 |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | なし |
Type | BigInt |
一対多関連付け
SchemaName が一覧表示。
- goalrollupquery_actualint
- goal_rollupquery_actualmoney
- goal_rollupquery_actualdecimal
- goal_rollupquery_customint
- goal_rollupquery_custommoney
- goal_rollupquery_customdecimal
- goal_rollupquery_inprogressint
- goal_rollupquery_inprogressmoney
- goal_rollupquery_inprogressdecimal
- msdyn_goalrollupquery_msdyn_forecastdefinition_rollupquery
goalrollupquery_actualint
目標テーブル/エンティティの goalrollupquery_actualint 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupqueryactualintegerid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goalrollupquery_actualint |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント: NoCascade 共有: NoCascade Unshare: NoCascade |
goal_rollupquery_actualmoney
目標テーブル/エンティティの goal_rollupquery_actualmoney 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupqueryactualmoneyid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goal_rollupquery_actualmoney |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント: NoCascade 共有: NoCascade Unshare: NoCascade |
goal_rollupquery_actualdecimal
目標テーブル/エンティティの goal_rollupquery_actualdecimal 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupqueryactualdecimalid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goal_rollupquery_actualdecimal |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント: NoCascade 共有 : NoCascade Unshare: NoCascade |
goal_rollupquery_customint
目標テーブル/エンティティの goal_rollupquery_customint 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupquerycustomintegerid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goal_rollupquery_customint |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント: NoCascade 共有: NoCascade Unshare: NoCascade |
goal_rollupquery_custommoney
目標テーブル/エンティティの goal_rollupquery_custommoney 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupquerycustommoneyid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goal_rollupquery_custommoney |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント: NoCascade 共有: NoCascade Unshare: NoCascade |
goal_rollupquery_customdecimal
目標テーブル/エンティティの goal_rollupquery_customdecimal 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupquerycustomdecimalid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goal_rollupquery_customdecimal |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント: NoCascade 共有: NoCascade Unshare: NoCascade |
goal_rollupquery_inprogressint
目標テーブル/エンティティの goal_rollupquery_inprogressint 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupqueryinprogressintegerid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goal_rollupquery_inprogressint |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント: NoCascade 共有: NoCascade Unshare: NoCascade |
goal_rollupquery_inprogressmoney
目標テーブル/エンティティの goal_rollupquery_inprogressmoney 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupqueryinprogressmoneyid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goal_rollupquery_inprogressmoney |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント: NoCascade 共有: NoCascade Unshare: NoCascade |
goal_rollupquery_inprogressdecimal
目標テーブル/エンティティの goal_rollupquery_inprogressdecimal 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | 目標 |
ReferencingAttribute | rollupqueryinprogressdecimalid |
IsHierarchical | 無効 |
IsCustomizable | 無効 |
ReferencedEntityNavigationPropertyName | goal_rollupquery_inprogressdecimal |
AssociatedMenuConfiguration | 動作: DoNotDisplay グループ: Details ラベル: 順序: |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント : NoCascade 共有 : NoCascade Unshare: NoCascade |
msdyn_goalrollupquery_msdyn_forecastdefinition_rollupquery
追加元: 予測ソリューション
msdyn_forecastdefinition テーブル/エンティティの msdyn_goalrollupquery_msdyn_forecastdefinition_rollupquery 多対一の関連付けと同じです。
プロパティ | 価値 |
---|---|
ReferencingEntity | msdyn_forecastdefinition |
ReferencingAttribute | msdyn_rollupquery |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | msdyn_goalrollupquery_msdyn_forecastdefinition_rollupquery |
AssociatedMenuConfiguration | Behavior: DoNotDisplay グループ: 詳細 ラベル: 順序: 10000 |
CascadeConfiguration | 割り当て: NoCascade 削除: 制限する 結合: NoCascade リペアレント : NoCascade 共有 : NoCascade Unshare: NoCascade |