View (SavedQuery) テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
Saved query against the database.
メッセージ
メッセージ | Web API 操作 | SDK クラスまたはメソッド |
---|---|---|
Create | POST [org URI]/api/data/v9.0/savedqueries 作成を参照 |
CreateRequest または Create |
Delete | DELETE [org URI]/api/data/v9.0/savedqueries(savedqueryid) 削除を参照 |
DeleteRequest または Delete |
ExecuteByIdSavedQuery | 定義済みクエリの取得と実行 | ExecuteByIdSavedQueryRequest |
InstantiateFilters | InstantiateFilters Action | InstantiateFiltersRequest |
Retrieve | GET [org URI]/api/data/v9.0/savedqueries(savedqueryid) 取得を参照 |
RetrieveRequest または Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/savedqueries データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
RetrieveUnpublished | RetrieveUnpublished Function | RetrieveUnpublishedRequest |
RetrieveUnpublishedMultiple | RetrieveUnpublishedMultiple Function | RetrieveUnpublishedMultipleRequest |
SetState | PATCH [org URI]/api/data/v9.0/savedqueries(savedqueryid)statecode と statuscode のプロパティを更新する。 |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/savedqueries(savedqueryid) 更新を参照 |
UpdateRequest または Update |
Validate | Validate Action | ValidateRequest |
ValidateSavedQuery | ValidateSavedQuery Action | ValidateSavedQueryRequest |
ValidateUnpublished | ValidateUnpublished Action | ValidateUnpublishedRequest |
プロパティ
プロパティ | 値 |
---|---|
CollectionSchemaName | SavedQueries |
DisplayCollectionName | Views |
DisplayName | View |
EntitySetName | savedqueries |
IsBPFEntity | False |
LogicalCollectionName | savedqueries |
LogicalName | savedquery |
OwnershipType | OrganizationOwned |
PrimaryIdAttribute | savedqueryid |
PrimaryNameAttribute | name |
SchemaName | SavedQuery |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。
- AdvancedGroupBy
- CanBeDeleted
- ColumnSetXml
- ConditionalFormatting
- Description
- FetchXml
- IntroducedVersion
- IsCustomizable
- IsDefault
- IsQuickFindQuery
- LayoutJson
- LayoutXml
- Name
- OfflineSqlQuery
- QueryAppUsage
- QueryType
- ReturnedTypeCode
- RoleDisplayConditionsXml
- SavedQueryId
- StateCode
- StatusCode
AdvancedGroupBy
プロパティ | 値 |
---|---|
Description | Type the column name that will be used to group the results from the data collected across multiple records from a system view. |
DisplayName | Advanced Group By |
FormatName | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | advancedgroupby |
MaxLength | 2000 |
RequiredLevel | None |
Type | String |
CanBeDeleted
プロパティ | 値 |
---|---|
Description | Tells whether the view can be deleted. |
DisplayName | Can Be Deleted |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canbedeleted |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
ColumnSetXml
プロパティ | 値 |
---|---|
Description | Contains the columns and sorting criteria for the 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 system view are formatted. |
DisplayName | Conditional formatting |
Format | TextArea |
IsLocalizable | False |
IsValidForCreate | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | conditionalformatting |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
Description
プロパティ | 値 |
---|---|
Description | Type additional information to describe the view, such as the filter criteria or intended results set. |
DisplayName | Description |
Format | Text |
IsLocalizable | True |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | description |
MaxLength | 2000 |
RequiredLevel | None |
Type | Memo |
FetchXml
プロパティ | 値 |
---|---|
Description | String specifying the query in Fetch XML language. |
DisplayName | Fetch XML |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | fetchxml |
MaxLength | 1073741823 |
RequiredLevel | None |
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 |
IsCustomizable
プロパティ | 値 |
---|---|
Description | Tells whether the component can be customized. |
DisplayName | Customizable |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscustomizable |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
IsDefault
プロパティ | 値 |
---|---|
Description | Tells whether the view is the default view for the specified record type (entity). |
DisplayName | Default |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isdefault |
RequiredLevel | SystemRequired |
Type | Boolean |
IsDefault の選択肢/オプション
値 | ラベル | 内容 |
---|---|---|
1 | Yes | |
0 | No |
既定値 : 0
IsQuickFindQuery
プロパティ | 値 |
---|---|
Description | Choose whether the view is compatible with Quick Find. When users search for specific items, you define the fields that are searched in. |
DisplayName | Quick Find Compatible |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isquickfindquery |
RequiredLevel | SystemRequired |
Type | Boolean |
IsQuickFindQuery の選択肢/オプション
値 | ラベル | 内容 |
---|---|---|
1 | Yes | |
0 | No |
既定値 : 0
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 name for the view to describe what results the view will contain. This name is visible to users in the View list. |
DisplayName | Name |
FormatName | Text |
IsLocalizable | True |
IsValidForForm | False |
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 |
QueryAppUsage
プロパティ | 値 |
---|---|
Description | For internal use only. |
DisplayName | Query Application Usage |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | queryappusage |
MaxValue | 1000000000 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
QueryType
プロパティ | 値 |
---|---|
Description | Shows the type of the query. |
DisplayName | Query Type |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | querytype |
MaxValue | 1000000000 |
MinValue | 0 |
RequiredLevel | SystemRequired |
Type | Integer |
ReturnedTypeCode
プロパティ | 値 |
---|---|
Description | Type of entity displayed in the view. |
DisplayName | Entity Name |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | returnedtypecode |
RequiredLevel | SystemRequired |
Type | EntityName |
RoleDisplayConditionsXml
追加元 : RoleBasedAccessControl ソリューション
プロパティ | 値 |
---|---|
Description | Contains the role display conditions for the SavedQuery. |
DisplayName | Role display conditions for the SavedQuery |
Format | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | roledisplayconditionsxml |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
SavedQueryId
プロパティ | 値 |
---|---|
Description | Unique identifier of the view. |
DisplayName | View |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | savedqueryid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
StateCode
プロパティ | 値 |
---|---|
Description | Shows the status of the view. |
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 | Shows the reason code that explains the status of the record. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
StatusCode の選択肢/オプション
値 | ラベル | 状態 |
---|---|---|
1 | Active | 0 |
2 | Inactive | 1 |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。
- ComponentState
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- IsCustom
- IsManaged
- IsPrivate
- IsUserDefined
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OrganizationId
- OrganizationIdName
- OrganizationTabOrder
- OverwriteTime
- QueryAPI
- SavedQueryIdUnique
- SolutionId
- SupportingSolutionId
- VersionNumber
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 |
CreatedBy
プロパティ | 値 |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
プロパティ | 値 |
---|---|
Description | |
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 | None |
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 |
IsCustom
プロパティ | 値 |
---|---|
Description | Tells whether a user created the view. |
DisplayName | Is Custom |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscustom |
RequiredLevel | SystemRequired |
Type | Boolean |
IsCustom の選択肢/オプション
値 | ラベル | 内容 |
---|---|---|
1 | Yes | |
0 | No |
既定値 : 1
IsManaged
プロパティ | 値 |
---|---|
Description | Tells whether the record is part of a managed solution. |
DisplayName | State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ismanaged |
RequiredLevel | SystemRequired |
Type | Boolean |
IsManaged の選択肢/オプション
値 | ラベル | 内容 |
---|---|---|
1 | Managed | |
0 | Unmanaged |
既定値 : 0
IsPrivate
プロパティ | 値 |
---|---|
Description | Indicates whether or not this is viewable by the entire organization. |
DisplayName | Is Private |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isprivate |
RequiredLevel | SystemRequired |
Type | Boolean |
IsPrivate の選択肢/オプション
値 | ラベル | 内容 |
---|---|---|
1 | Yes | |
0 | No |
既定値 : 0
IsUserDefined
プロパティ | 値 |
---|---|
Description | Tells whether the view was created by a user. |
DisplayName | User Defined |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isuserdefined |
RequiredLevel | None |
Type | Boolean |
IsUserDefined の選択肢/オプション
値 | ラベル | 内容 |
---|---|---|
1 | Yes | |
0 | No |
既定値 : 1
ModifiedBy
プロパティ | 値 |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
プロパティ | 値 |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
プロパティ | 値 |
---|---|
Description | |
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 | Modified On |
Format | DateAndTime |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
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 |
OrganizationId
プロパティ | 値 |
---|---|
Description | Choose the ID of the organization that the record is associated with. |
DisplayName | Organization |
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 |
OrganizationTabOrder
プロパティ | 値 |
---|---|
Description | For the organization, type the tab order to determine how users navigate through the screen using only the Tab key. |
DisplayName | Default Organization tab order |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationtaborder |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
OverwriteTime
プロパティ | 値 |
---|---|
DateTimeBehavior | UserLocal |
Description | For internal use only. |
DisplayName | Record Overwrite Time |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overwritetime |
RequiredLevel | SystemRequired |
Type | DateTime |
QueryAPI
プロパティ | 値 |
---|---|
Description | For internal use only. |
DisplayName | Query API |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | queryapi |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
SavedQueryIdUnique
プロパティ | 値 |
---|---|
Description | For internal use only. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | savedqueryidunique |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
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 | Version number of the view. |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
一対多関連付け
SchemaName が一覧表示。
- SavedQuery_SyncErrors
- lk_mobileofflineprofileitem_savedquery
- SavedQuery_BulkDeleteFailures
- SavedQuery_AsyncOperations
SavedQuery_SyncErrors
syncerror テーブル/エンティティの多対一のリレーションシップ SavedQuery_SyncErrors と同じです。
プロパティ | 値 |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | SavedQuery_SyncErrors |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
lk_mobileofflineprofileitem_savedquery
mobileofflineprofileitem テーブル/エンティティの多対一のリレーションシップ lk_mobileofflineprofileitem_savedquery と同じです。
プロパティ | 値 |
---|---|
ReferencingEntity | mobileofflineprofileitem |
ReferencingAttribute | profileitemrule |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_mobileofflineprofileitem_savedquery |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SavedQuery_BulkDeleteFailures
bulkdeletefailure テーブル/エンティティの多対一のリレーションシップ SavedQuery_BulkDeleteFailures と同じです。
プロパティ | 値 |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | SavedQuery_BulkDeleteFailures |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SavedQuery_AsyncOperations
asyncoperation テーブル/エンティティの多対一のリレーションシップ SavedQuery_AsyncOperations と同じです。
プロパティ | 値 |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | SavedQuery_AsyncOperations |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。
- lk_savedquery_modifiedonbehalfby
- lk_savedquerybase_createdby
- lk_savedquerybase_modifiedby
- organization_saved_queries
- lk_savedquery_createdonbehalfby
lk_savedquery_modifiedonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_savedquery_modifiedonbehalfby を参照してください。
lk_savedquerybase_createdby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_savedquerybase_createdby を参照してください。
lk_savedquerybase_modifiedby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_savedquerybase_modifiedby を参照してください。
organization_saved_queries
organization テーブル/エンティティの一対多のリレーションシップ organization_saved_queries を参照してください。
lk_savedquery_createdonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_savedquery_createdonbehalfby を参照してください。
関連項目
Dataverse テーブル/エンティティ参照 Web API リファレンス savedquery EntityType