Saved View (UserQuery) テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
Saved database query that is owned by a user.
メッセージ
メッセージ | Web API 操作 | SDK クラスまたはメソッド |
---|---|---|
Assign | PATCH [org URI]/api/data/v9.0/userqueries(userqueryid)ownerid のプロパティを更新する。 |
AssignRequest |
Create | POST [org URI]/api/data/v9.0/userqueries 作成を参照 |
CreateRequest または Create |
Delete | DELETE [org URI]/api/data/v9.0/userqueries(userqueryid) 削除を参照 |
DeleteRequest または Delete |
ExecuteByIdUserQuery | 定義済みクエリの取得と実行 | ExecuteByIdUserQueryRequest |
GrantAccess | GrantAccess Action | GrantAccessRequest |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
Retrieve | GET [org URI]/api/data/v9.0/userqueries(userqueryid) 取得を参照 |
RetrieveRequest または Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/userqueries データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
SetState | PATCH [org URI]/api/data/v9.0/userqueries(userqueryid)statecode と statuscode のプロパティを更新する。 |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/userqueries(userqueryid) 更新を参照 |
UpdateRequest または Update |
プロパティ
プロパティ | 値 |
---|---|
CollectionSchemaName | UserQueries |
DisplayCollectionName | Saved Views |
DisplayName | Saved View |
EntitySetName | userqueries |
IsBPFEntity | False |
LogicalCollectionName | userqueries |
LogicalName | userquery |
OwnershipType | UserOwned |
PrimaryIdAttribute | userqueryid |
PrimaryNameAttribute | name |
SchemaName | UserQuery |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。
- AdvancedGroupBy
- ColumnSetXml
- ConditionalFormatting
- Description
- FetchXml
- LayoutJson
- LayoutXml
- Name
- OfflineSqlQuery
- OwnerId
- OwnerIdType
- ParentQueryId
- QueryType
- ReturnedTypeCode
- StateCode
- StatusCode
- UserQueryId
AdvancedGroupBy
プロパティ | 値 |
---|---|
Description | Type the column name that will be used to group the results from the data collected across multiple records from a user view. |
DisplayName | Advanced Group By |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | advancedgroupby |
MaxLength | 20 |
RequiredLevel | None |
Type | String |
ColumnSetXml
プロパティ | 値 |
---|---|
Description | Shows the columns and sorting criteria for the saved view, stored in XML format. |
DisplayName | Column Set XML |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | columnsetxml |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
ConditionalFormatting
プロパティ | 値 |
---|---|
Description | Type information about how the items in the user view are formatted. |
DisplayName | User Group By |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | conditionalformatting |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
Description
プロパティ | 値 |
---|---|
Description | Type additional information to describe the saved view, such as the filter criteria or intended results set. |
DisplayName | Description |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
MaxLength | 2000 |
RequiredLevel | None |
Type | Memo |
FetchXml
プロパティ | 値 |
---|---|
Description | Contains the Fetch XML query that defines the entities and attributes included in the saved view. |
DisplayName | Fetch XML |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | fetchxml |
MaxLength | 1073741823 |
RequiredLevel | SystemRequired |
Type | Memo |
LayoutJson
プロパティ | 値 |
---|---|
Description | Layout data in JSON format. |
DisplayName | Layout data in JSON format. |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | layoutjson |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
LayoutXml
プロパティ | 値 |
---|---|
Description | For internal use only. |
DisplayName | Layout XML |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | layoutxml |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
Name
プロパティ | 値 |
---|---|
Description | Type a descriptive name for the saved view. |
DisplayName | Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
MaxLength | 200 |
RequiredLevel | SystemRequired |
Type | String |
OfflineSqlQuery
プロパティ | 値 |
---|---|
Description | String specifying the corresponding sql query for the fetch xml specified for offline use. |
DisplayName | Offline SQL Query |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | offlinesqlquery |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
OwnerId
プロパティ | 値 |
---|---|
Description | Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user. |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Targets | systemuser,team |
Type | Owner |
OwnerIdType
プロパティ | 値 |
---|---|
Description | Type of the owner of the saved view, such as user, team, or business unit. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
ParentQueryId
プロパティ | 値 |
---|---|
Description | Choose the ID of the saved query that the record was created from. |
DisplayName | Parent Query |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | parentqueryid |
RequiredLevel | None |
Targets | |
Type | Lookup |
QueryType
プロパティ | 値 |
---|---|
Description | Shows the code for the query type to indicate whether the saved view is an address book filter, advanced search, or other view. |
DisplayName | Query Type |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | querytype |
MaxValue | 1000000000 |
MinValue | 0 |
RequiredLevel | SystemRequired |
Type | Integer |
ReturnedTypeCode
プロパティ | 値 |
---|---|
Description | Type of entity that the saved view displays. |
DisplayName | Returned Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | returnedtypecode |
RequiredLevel | SystemRequired |
Type | EntityName |
StateCode
プロパティ | 値 |
---|---|
Description | Shows whether the saved view is active or inactive. |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
StateCode の選択肢/オプション
値 | ラベル | 既定の状態 | 不変名 |
---|---|---|---|
0 | Active | 1 | Active |
1 | Inactive | 2 | Inactive |
StatusCode
プロパティ | 値 |
---|---|
Description | Select the item's status. |
DisplayName | Status Reason |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
StatusCode の選択肢/オプション
値 | ラベル | 状態 |
---|---|---|
1 | Active | 0 |
2 | Inactive | 1 |
3 | All | 0 |
UserQueryId
プロパティ | 値 |
---|---|
Description | Unique identifier of the saved view. |
DisplayName | User Query |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | userqueryid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningBusinessUnitName
- OwningTeam
- OwningUser
- VersionNumber
CreatedBy
プロパティ | 値 |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | SystemRequired |
Targets | systemuser |
Type | Lookup |
CreatedByName
プロパティ | 値 |
---|---|
Description | Name of the user who created the saved view. |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
プロパティ | 値 |
---|---|
Description | YomiName of the user who created the saved view. |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
プロパティ | 値 |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | SystemRequired |
Type | DateTime |
CreatedOnBehalfBy
プロパティ | 値 |
---|---|
Description | Shows who created the record on behalf of another user. |
DisplayName | Created By (Delegate) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedBy
プロパティ | 値 |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | SystemRequired |
Targets | systemuser |
Type | Lookup |
ModifiedByName
プロパティ | 値 |
---|---|
Description | Name of the user who last modified the saved view. |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
プロパティ | 値 |
---|---|
Description | YomiName of the user who last modified the saved view. |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOn
プロパティ | 値 |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
DisplayName | Last Modified |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | SystemRequired |
Type | DateTime |
ModifiedOnBehalfBy
プロパティ | 値 |
---|---|
Description | Shows who last updated the record on behalf of another user. |
DisplayName | Modified By (Delegate) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OwnerIdName
プロパティ | 値 |
---|---|
Description | Name of the owner of the saved view. |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
プロパティ | 値 |
---|---|
Description | Shows the business unit that the record owner belongs to. |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Targets | businessunit |
Type | Lookup |
OwningBusinessUnitName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunitname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
OwningTeam
プロパティ | 値 |
---|---|
Description | Unique identifier of the team who owns this saved view. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Targets | team |
Type | Lookup |
OwningUser
プロパティ | 値 |
---|---|
Description | Unique identifier of the user who owns this saved view. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
VersionNumber
プロパティ | 値 |
---|---|
Description | Version number of the saved view. |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
一対多関連付け
SchemaName が一覧表示。
UserQuery_BulkDeleteFailures
bulkdeletefailure テーブル/エンティティの多対一のリレーションシップ UserQuery_BulkDeleteFailures と同じです。
プロパティ | 値 |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | UserQuery_BulkDeleteFailures |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
UserQuery_SyncErrors
syncerror テーブル/エンティティの多対一のリレーションシップ UserQuery_SyncErrors と同じです。
プロパティ | 値 |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | UserQuery_SyncErrors |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
UserQuery_AsyncOperations
asyncoperation テーブル/エンティティの多対一のリレーションシップ UserQuery_AsyncOperations と同じです。
プロパティ | 値 |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | UserQuery_AsyncOperations |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。
- lk_userquery_modifiedonbehalfby
- business_unit_userquery
- user_userquery
- team_userquery
- lk_userquery_modifiedby
- lk_userquery_createdby
- lk_userquery_createdonbehalfby
lk_userquery_modifiedonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_userquery_modifiedonbehalfby を参照してください。
business_unit_userquery
businessunit テーブル/エンティティの一対多のリレーションシップ business_unit_userquery を参照してください。
user_userquery
systemuser テーブル/エンティティの一対多のリレーションシップ user_userquery を参照してください。
team_userquery
team テーブル/エンティティの一対多のリレーションシップ team_userquery を参照してください。
lk_userquery_modifiedby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_userquery_modifiedby を参照してください。
lk_userquery_createdby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_userquery_createdby を参照してください。
lk_userquery_createdonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_userquery_createdonbehalfby を参照してください。