appaction テーブル/エンティティの参照

注意

テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。

Contains Modern Command Information

追加元 : Power Apps Actions ソリューション

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
BulkRetain BulkRetain Action <xref:Microsoft.Crm.Sdk.Messages.BulkRetainRequest>
Create POST [org URI]/api/data/v9.0/appactions
作成を参照
CreateRequest または
Create
CreateMultiple CreateMultiple Action CreateMultipleRequest
Delete DELETE [org URI]/api/data/v9.0/appactions(appactionid)
削除を参照
DeleteRequest または
Delete
IsValidStateTransition IsValidStateTransition Function IsValidStateTransitionRequest
PurgeRetainedContent PurgeRetainedContent Action <xref:Microsoft.Crm.Sdk.Messages.PurgeRetainedContentRequest>
Retain Retain Action <xref:Microsoft.Crm.Sdk.Messages.RetainRequest>
Retrieve GET [org URI]/api/data/v9.0/appactions(appactionid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/appactions
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple
RollbackRetain RollbackRetain Action <xref:Microsoft.Crm.Sdk.Messages.RollbackRetainRequest>
SetState PATCH [org URI]/api/data/v9.0/appactions(appactionid)
statecodestatuscode のプロパティを更新する。
SetStateRequest
Update PATCH [org URI]/api/data/v9.0/appactions(appactionid)
更新を参照
UpdateRequest または
Update
UpdateMultiple UpdateMultiple Action UpdateMultipleRequest
ValidateRetentionConfig ValidateRetentionConfig Action <xref:Microsoft.Crm.Sdk.Messages.ValidateRetentionConfigRequest>

プロパティ

プロパティ
CollectionSchemaName appactions
DisplayCollectionName App Actions
DisplayName App Action
EntitySetName appactions
IsBPFEntity False
LogicalCollectionName appactions
LogicalName appaction
OwnershipType OrganizationOwned
PrimaryIdAttribute appactionid
PrimaryNameAttribute name
SchemaName appaction

書き込み可能な列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。

appactionId

プロパティ
Description Unique identifier for entity instances
DisplayName App Action
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName appactionid
RequiredLevel SystemRequired
Type Uniqueidentifier

AppModuleId

プロパティ
Description Unique identifier for AppModule associated with Modern Command
DisplayName App Module Id
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName appmoduleid
RequiredLevel None
Targets appmodule
Type Lookup

ButtonAccessibilityText

プロパティ
Description
DisplayName Accessibility Text for Modern Command Button
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName buttonaccessibilitytext
MaxLength 256
RequiredLevel None
Type String

ButtonLabelText

プロパティ
Description Label Text renders for Modern Command Button
DisplayName Button Label Text
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName buttonlabeltext
MaxLength 256
RequiredLevel None
Type String

ButtonSequencePriority

プロパティ
Description Order of the Modern Command Button (Depreciated)
DisplayName Button Sequence Priority (Depreciated)
IsValidForForm True
IsValidForRead True
LogicalName buttonsequencepriority
MaxValue 100000000000
MinValue 0
Precision 10
RequiredLevel None
Type Decimal

ButtonTooltipDescription

プロパティ
Description Tooltip Description for Modern Command Button
DisplayName Button Tooltip Description
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName buttontooltipdescription
MaxLength 500
RequiredLevel None
Type String

ButtonTooltipTitle

プロパティ
Description Tooltip Title for Modern Command Button
DisplayName Button Tooltip Title
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName buttontooltiptitle
MaxLength 256
RequiredLevel None
Type String

ClientType

プロパティ
Description Client Type associated with Modern Command
DisplayName Client Type
IsValidForForm True
IsValidForRead True
LogicalName clienttype
RequiredLevel None
Type MultiSelectPicklist

ClientType の選択肢/オプション

ラベル 内容
0 Browser
1 Mobile
2 Mail App

Context

プロパティ
Description Context scope associated with Modern Command
DisplayName Context
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName context
RequiredLevel ApplicationRequired
Type Picklist

Context の選択肢/オプション

ラベル 内容
0 All
1 Entity

ContextEntity

プロパティ
Description Context Entity associated with Modern Command
DisplayName Context Entity
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName contextentity
RequiredLevel None
Targets entity
Type Lookup

ContextValue

プロパティ
Description Context Name associated with Modern Command
DisplayName Context Value
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName contextvalue
MaxLength 150
RequiredLevel None
Type String

FontIcon

プロパティ
Description Font Icon for Modern Command Button
DisplayName Font Icon
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName fonticon
MaxLength 256
RequiredLevel None
Type String

GroupTitle

プロパティ
Description Group Title for Modern Command Group Button
DisplayName Group Title
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName grouptitle
MaxLength 256
RequiredLevel None
Type String

Hidden

プロパティ
Description
DisplayName Hidden
IsValidForForm True
IsValidForRead True
LogicalName hidden
RequiredLevel None
Type Boolean

Hidden の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

IconWebResourceId

プロパティ
Description Unique identifier of the Icon Webresource from Webresource entity which used by the associated Modern Command
DisplayName Icon WebResource Id
IsValidForForm True
IsValidForRead True
LogicalName iconwebresourceid
RequiredLevel None
Targets webresource
Type Lookup

ImportSequenceNumber

追加元 : Basic Solution ソリューション

プロパティ
Description Sequence number of the import that created this record.
DisplayName Import Sequence Number
Format None
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName importsequencenumber
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

IsCustomizable

追加元 : Basic Solution ソリューション

プロパティ
Description For internal use only.
DisplayName Is Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

IsDisabled

プロパティ
Description Flag indicates the Modern Command Button is disabled for end user usage i.e. ribbon equivalent will be shown
DisplayName IsDisabled
IsValidForForm True
IsValidForRead True
LogicalName isdisabled
RequiredLevel None
Type Boolean

IsDisabled の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

isGroupTitleHidden

プロパティ
Description Flag indicates the Modern Command Group Button Title is hidden
DisplayName isGroupTitleHidden
IsValidForForm True
IsValidForRead True
LogicalName isgrouptitlehidden
RequiredLevel None
Type Boolean

isGroupTitleHidden の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

Location

プロパティ
Description Location of the Command bar associated with the Modern Command.
DisplayName Location
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName location
RequiredLevel ApplicationRequired
Type Picklist

Location の選択肢/オプション

ラベル 内容
0 Form
1 Main Grid
2 Sub Grid
3 Associated Grid
4 Quick Form
5 Global Header
6 Dashboard

name

プロパティ
Description The name of the AppAction entity.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName name
MaxLength 256
RequiredLevel SystemRequired
Type String

OnClickEventFormulaComponentLibrary

プロパティ
Description Name of the Component Library where FX Action stored.
DisplayName On Click Event Formula Component Library
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName onclickeventformulacomponentlibrary
MaxLength 200
RequiredLevel None
Type String

OnClickEventFormulaComponentLibraryId

プロパティ
Description Unique identifier of the Component Library associated with Modern Command.
DisplayName On Click Event Formula Component Library Id
IsValidForForm True
IsValidForRead True
LogicalName onclickeventformulacomponentlibraryid
RequiredLevel None
Targets canvasapp
Type Lookup

OnClickEventFormulaComponentName

プロパティ
Description Name of the Component for FX Modern Command.
DisplayName On Click Event Formula Component Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName onclickeventformulacomponentname
MaxLength 256
RequiredLevel None
Type String

OnClickEventFormulaFunctionName

プロパティ
Description Name of the Function for FX Modern Command.
DisplayName On Click Event Formula Function Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName onclickeventformulafunctionname
MaxLength 256
RequiredLevel None
Type String

OnClickEventJavaScriptFunctionName

プロパティ
Description Name of the Function for JS Modern Command.
DisplayName On Click Event JavaScript Function Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName onclickeventjavascriptfunctionname
MaxLength 300
RequiredLevel None
Type String

OnClickEventJavaScriptParameters

プロパティ
Description Parameters of the Function for JS Modern Command.
DisplayName On Click Event JavaScript Parameters
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName onclickeventjavascriptparameters
MaxLength 4000
RequiredLevel None
Type String

OnClickEventJavaScriptWebResourceId

プロパティ
Description Unique identifier of the JavaScript WebResource from the Webresource entity which used by associated JS Modern Command.
DisplayName On Click Event JavaScript WebResource Id
IsValidForForm True
IsValidForRead True
LogicalName onclickeventjavascriptwebresourceid
RequiredLevel None
Targets webresource
Type Lookup

OnClickEventType

プロパティ
Description Type of Action associated with Modern Command.
DisplayName On Click Event Type
IsValidForForm True
IsValidForRead True
LogicalName onclickeventtype
RequiredLevel None
Type Picklist

OnClickEventType の選択肢/オプション

ラベル 内容
0 None
1 Formula
2 JavaScript

Origin

プロパティ
Description Origin of App Action.
DisplayName Origin
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName origin
RequiredLevel ApplicationRequired
Type Picklist

Origin の選択肢/オプション

ラベル 内容
0 Default
1 Migrated
2 Enhanced Migrated

OverriddenCreatedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time that the record was migrated.
DisplayName Record Created On
Format DateOnly
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime

ParentAppActionId

プロパティ
Description Unique identifier for Parent Modern Command associated with Modern Command.
DisplayName Parent AppAction
IsValidForForm True
IsValidForRead True
LogicalName parentappactionid
RequiredLevel None
Targets appaction
Type Lookup

Sequence

プロパティ
Description Order of the Modern Command to be Displayed.
DisplayName Sequence
IsValidForForm True
IsValidForRead True
LogicalName sequence
MaxValue 100000000000
MinValue 0
Precision 10
RequiredLevel None
Type Decimal

statecode

プロパティ
Description Status of the App Action
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 Reason for the status of the App Action
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

statuscode の選択肢/オプション

ラベル 状態
1 Active 0
2 Inactive 1

TimeZoneRuleVersionNumber

プロパティ
Description For internal use only.
DisplayName Time Zone Rule Version Number
Format None
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

Type

プロパティ
Description Type of Modern Command Button
DisplayName Type
IsValidForForm True
IsValidForRead True
LogicalName type
RequiredLevel ApplicationRequired
Type Picklist

Type の選択肢/オプション

ラベル 内容
0 Standard Button
1 Dropdown Button
2 Split Button
3 Group

UniqueName

プロパティ
Description Unique Name of the AppAction
DisplayName Unique Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName uniquename
MaxLength 300
RequiredLevel SystemRequired
Type String

UTCConversionTimeZoneCode

プロパティ
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
Format None
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

VisibilityFormulaComponentLibrary

プロパティ
Description Name of the Component Library where FX Visible Rule stored associated with Modern Command.
DisplayName Visibility Formula Component Library
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName visibilityformulacomponentlibrary
MaxLength 200
RequiredLevel None
Type String

VisibilityFormulaComponentLibraryId

プロパティ
Description Unique identifier of the Component Library associated with Modern Command.
DisplayName Visibility Formula Component Library Id
IsValidForForm True
IsValidForRead True
LogicalName visibilityformulacomponentlibraryid
RequiredLevel None
Targets canvasapp
Type Lookup

VisibilityFormulaComponentName

プロパティ
Description Name of the Component for FX Visible Rule associated with Modern Command.
DisplayName Visibility Formula Component Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName visibilityformulacomponentname
MaxLength 256
RequiredLevel None
Type String

VisibilityFormulaFunctionName

プロパティ
Description Name of the Function for FX Visible Rule assoicated with Modern Command.
DisplayName Visibility Formula Function Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName visibilityformulafunctionname
MaxLength 256
RequiredLevel None
Type String

VisibilityType

プロパティ
Description Visibily Type of the Modern Command which should be either FX/Classic or None.
DisplayName Visibility Type
IsValidForForm True
IsValidForRead True
LogicalName visibilitytype
RequiredLevel None
Type Picklist

VisibilityType の選択肢/オプション

ラベル 内容
0 None
1 Formula
2 Classic Rules

読み取り専用列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。

AppModuleIdName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName appmoduleidname
MaxLength 100
RequiredLevel None
Type String

ComponentIdUnique

追加元 : Basic Solution ソリューション

プロパティ
Description For internal use only.
DisplayName Row id unique
IsValidForForm False
IsValidForRead True
LogicalName componentidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

ComponentState

追加元 : Basic Solution ソリューション

プロパティ
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

ContextEntityName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName contextentityname
MaxLength 128
RequiredLevel None
Type String

CreatedBy

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier of the user who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

CreatedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

IconWebResourceIdName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName iconwebresourceidname
MaxLength 256
RequiredLevel None
Type String

IsManaged

追加元 : Basic Solution ソリューション

プロパティ
Description Indicates whether the solution component is part of a managed solution.
DisplayName Is Managed
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

IsManaged の選択肢/オプション

ラベル 内容
1 Managed
0 Unmanaged

既定値 : 0

ModifiedBy

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier of the user who modified the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedByYomiName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

ModifiedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the record was modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier of the delegate user who modified the record.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OnClickEventFormulaComponentLibraryIdName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName onclickeventformulacomponentlibraryidname
MaxLength 100
RequiredLevel None
Type String

OnClickEventJavaScriptWebResourceIdName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName onclickeventjavascriptwebresourceidname
MaxLength 256
RequiredLevel None
Type String

OrganizationId

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier for the organization
DisplayName Organization Id
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Targets organization
Type Lookup

OrganizationIdName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName organizationidname
MaxLength 100
RequiredLevel SystemRequired
Type String

OverwriteTime

追加元 : Basic Solution ソリューション

プロパティ
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

ParentAppActionIdName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName parentappactionidname
MaxLength 256
RequiredLevel None
Type String

SolutionId

追加元 : Basic Solution ソリューション

プロパティ
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

追加元 : Basic Solution ソリューション

プロパティ
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

VersionNumber

追加元 : Active Solution ソリューション

プロパティ
Description Version Number
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

VisibilityFormulaComponentLibraryIdName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName visibilityformulacomponentlibraryidname
MaxLength 100
RequiredLevel None
Type String

一対多関連付け

SchemaName が一覧表示。

appaction_SyncErrors

追加元 : System Solution ソリューション

syncerror テーブル/エンティティの多対一のリレーションシップ appaction_SyncErrors と同じです。

プロパティ
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName appaction_SyncErrors
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

appaction_AsyncOperations

追加元 : System Solution ソリューション

asyncoperation テーブル/エンティティの多対一のリレーションシップ appaction_AsyncOperations と同じです。

プロパティ
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName appaction_AsyncOperations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

appaction_MailboxTrackingFolders

追加元 : System Solution ソリューション

mailboxtrackingfolder テーブル/エンティティの多対一のリレーションシップ appaction_MailboxTrackingFolders と同じです。

プロパティ
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName appaction_MailboxTrackingFolders
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

appaction_ProcessSession

追加元 : System Solution ソリューション

processsession テーブル/エンティティの多対一のリレーションシップ appaction_ProcessSession と同じです。

プロパティ
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName appaction_ProcessSession
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

appaction_BulkDeleteFailures

追加元 : System Solution ソリューション

bulkdeletefailure テーブル/エンティティの多対一のリレーションシップ appaction_BulkDeleteFailures と同じです。

プロパティ
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName appaction_BulkDeleteFailures
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

appaction_PrincipalObjectAttributeAccesses

追加元 : System Solution ソリューション

principalobjectattributeaccess テーブル/エンティティの多対一のリレーションシップ appaction_PrincipalObjectAttributeAccesses と同じです。

プロパティ
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName appaction_PrincipalObjectAttributeAccesses
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

appaction_appaction

appaction テーブル/エンティティの多対一のリレーションシップ appaction_appaction と同じです。

プロパティ
ReferencingEntity appaction
ReferencingAttribute parentappactionid
IsHierarchical True
IsCustomizable False
ReferencedEntityNavigationPropertyName appaction_appaction
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

多対一関連付け

各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。

lk_appaction_createdby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ lk_appaction_createdby を参照してください。

lk_appaction_createdonbehalfby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ lk_appaction_createdonbehalfby を参照してください。

lk_appaction_modifiedby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ lk_appaction_modifiedby を参照してください。

lk_appaction_modifiedonbehalfby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ lk_appaction_modifiedonbehalfby を参照してください。

organization_appaction

追加元 : System Solution ソリューション

organization テーブル/エンティティの一対多のリレーションシップ organization_appaction を参照してください。

appaction_appaction

appaction テーブル/エンティティの一対多のリレーションシップ appaction_appaction を参照してください。

appmodule_appaction_appmoduleid

追加元 : System Solution ソリューション

appmodule テーブル/エンティティの一対多のリレーションシップ appmodule_appaction_appmoduleid を参照してください。

canvasapp_appaction_onclickeventformulacomponentlibraryid

追加元 : System Solution ソリューション

canvasapp テーブル/エンティティの一対多のリレーションシップ canvasapp_appaction_onclickeventformulacomponentlibraryid を参照してください。

canvasapp_appaction_visibilityformulacomponentlibraryid

追加元 : System Solution ソリューション

canvasapp テーブル/エンティティの一対多のリレーションシップ canvasapp_appaction_visibilityformulacomponentlibraryid を参照してください。

entity_appaction_ContextEntity

追加元 : System Solution ソリューション

entity テーブル/エンティティの一対多のリレーションシップ entity_appaction_ContextEntity を参照してください。

webresource_appaction_iconwebresourceid

追加元 : System Solution ソリューション

webresource テーブル/エンティティの一対多のリレーションシップ webresource_appaction_iconwebresourceid を参照してください。

webresource_appaction_onclickeventjavascriptwebresourceid

追加元 : System Solution ソリューション

webresource テーブル/エンティティの一対多のリレーションシップ webresource_appaction_onclickeventjavascriptwebresourceid を参照してください。

多対多関連付け

appaction テーブルが関連付けの最初のテーブルである場合に提供される関連付けの詳細。 SchemaName が一覧表示。

appaction_appactionrule_classicrules

IntersectEntityName: appaction_appactionrule_classicrules

テーブル 1

プロパティ
IntersectAttribute appactionid
IsCustomizable False
LogicalName appaction
NavigationPropertyName appaction_appactionrule_classicrules
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:

テーブル 2

プロパティ
LogicalName appactionrule
IntersectAttribute appactionruleid
NavigationPropertyName appaction_appactionrule_classicrules
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:

関連項目

Dataverse テーブル/エンティティ参照 Web API リファレンス appaction EntityType