appaction テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
追加元 : Power Apps Actions ソリューション
メッセージ
| メッセージ | Web API 操作 | SDK アセンブリ |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/appactions 作成を参照 |
CreateRequest または Create |
| Delete | DELETE [org URI]/api/data/v9.0/appactions(appactionid) 削除を参照 |
DeleteRequest または Delete |
| IsValidStateTransition | IsValidStateTransition Function | IsValidStateTransitionRequest |
| Retrieve | GET [org URI]/api/data/v9.0/appactions(appactionid) 取得を参照 |
RetrieveRequest または Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/appactions データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
| SetState | PATCH [org URI]/api/data/v9.0/appactions(appactionid)statecode と statuscode のプロパティを更新する。 |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/appactions(appactionid) 更新を参照 |
UpdateRequest または Update |
プロパティ
| プロパティ | 値 |
|---|---|
| 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
- AppModuleId
- ButtonAccessibilityText
- ButtonLabelText
- ButtonSequencePriority
- ButtonTooltipDescription
- ButtonTooltipTitle
- ClientType
- Context
- ContextEntity
- ContextValue
- FontIcon
- GroupTitle
- Hidden
- IconWebResourceId
- ImportSequenceNumber
- IsCustomizable
- isGroupTitleHidden
- Location
- name
- OnClickEventFormulaComponentLibrary
- OnClickEventFormulaComponentLibraryId
- OnClickEventFormulaComponentName
- OnClickEventFormulaFunctionName
- OnClickEventJavaScriptFunctionName
- OnClickEventJavaScriptParameters
- OnClickEventJavaScriptWebResourceId
- OnClickEventType
- OverriddenCreatedOn
- ParentAppActionId
- Sequence
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- Type
- UniqueName
- UTCConversionTimeZoneCode
- VisibilityFormulaComponentLibrary
- VisibilityFormulaComponentLibraryId
- VisibilityFormulaComponentName
- VisibilityFormulaFunctionName
- VisibilityType
appactionId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier for entity instances |
| DisplayName | App Action |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | appactionid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
AppModuleId
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | App Module Id |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | appmoduleid |
| RequiredLevel | None |
| Targets | appmodule |
| Type | Lookup |
ButtonAccessibilityText
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Button Accessibility Text |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | buttonaccessibilitytext |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
ButtonLabelText
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Button Label Text |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | buttonlabeltext |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
ButtonSequencePriority
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Button Sequence Priority (Depreciated) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | buttonsequencepriority |
| MaxValue | 100000000000 |
| MinValue | 0 |
| Precision | 10 |
| RequiredLevel | None |
| Type | Decimal |
ButtonTooltipDescription
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Button Tooltip Description |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | buttontooltipdescription |
| MaxLength | 500 |
| RequiredLevel | None |
| Type | String |
ButtonTooltipTitle
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Button Tooltip Title |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | buttontooltiptitle |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
ClientType
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Client Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | clienttype |
| RequiredLevel | None |
| Type | MultiSelectPicklist |
ClientType の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | Browser | |
| 1 | Mobile | |
| 2 | Mail App |
Context
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Context |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | context |
| RequiredLevel | ApplicationRequired |
| Type | Picklist |
Context の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | All | |
| 1 | Entity |
ContextEntity
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Context Entity |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | contextentity |
| RequiredLevel | None |
| Targets | entity |
| Type | Lookup |
ContextValue
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Context Value |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | contextvalue |
| MaxLength | 150 |
| RequiredLevel | None |
| Type | String |
FontIcon
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Font Icon |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | fonticon |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
GroupTitle
| プロパティ | 値 |
|---|---|
| Description | |
| 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 | |
| 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 |
isGroupTitleHidden
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | isGroupTitleHidden |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | isgrouptitlehidden |
| RequiredLevel | None |
| Type | Boolean |
isGroupTitleHidden の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Yes | |
| 0 | No |
既定値 : 0
Location
| プロパティ | 値 |
|---|---|
| Description | |
| 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 custom entity. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | name |
| MaxLength | 256 |
| RequiredLevel | SystemRequired |
| Type | String |
OnClickEventFormulaComponentLibrary
| プロパティ | 値 |
|---|---|
| Description | |
| 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 | |
| DisplayName | On Click Event Formula Component Library Id |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | onclickeventformulacomponentlibraryid |
| RequiredLevel | None |
| Targets | canvasapp |
| Type | Lookup |
OnClickEventFormulaComponentName
| プロパティ | 値 |
|---|---|
| Description | |
| 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 | |
| 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 | |
| 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 | |
| DisplayName | On Click Event JavaScript Parameters |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | onclickeventjavascriptparameters |
| MaxLength | 4000 |
| RequiredLevel | None |
| Type | String |
OnClickEventJavaScriptWebResourceId
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | On Click Event JavaScript WebResource Id |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | onclickeventjavascriptwebresourceid |
| RequiredLevel | None |
| Targets | webresource |
| Type | Lookup |
OnClickEventType
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | On Click Event Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | onclickeventtype |
| RequiredLevel | None |
| Type | Picklist |
OnClickEventType の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | None | |
| 1 | Formula | |
| 2 | JavaScript |
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 App Action associated with App Action. |
| DisplayName | Parent AppAction |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | parentappactionid |
| RequiredLevel | None |
| Targets | appaction |
| Type | Lookup |
Sequence
| プロパティ | 値 |
|---|---|
| Description | |
| 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 | |
| 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 | |
| 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 | |
| DisplayName | Visibility Formula Component Library |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | visibilityformulacomponentlibrary |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
VisibilityFormulaComponentLibraryId
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Visibility Formula Component Library Id |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | visibilityformulacomponentlibraryid |
| RequiredLevel | None |
| Targets | canvasapp |
| Type | Lookup |
VisibilityFormulaComponentName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Visibility Formula Component Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | visibilityformulacomponentname |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
VisibilityFormulaFunctionName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Visibility Formula Function Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | visibilityformulafunctionname |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
VisibilityType
| プロパティ | 値 |
|---|---|
| Description | |
| 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
- ComponentIdUnique
- ComponentState
- ContextEntityName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- IconWebResourceIdName
- IsManaged
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OnClickEventFormulaComponentLibraryIdName
- OnClickEventJavaScriptWebResourceIdName
- OrganizationId
- OrganizationIdName
- OverwriteTime
- ParentAppActionIdName
- SolutionId
- SupportingSolutionId
- VersionNumber
- VisibilityFormulaComponentLibraryIdName
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
- appaction_AsyncOperations
- appaction_MailboxTrackingFolders
- appaction_ProcessSession
- appaction_BulkDeleteFailures
- appaction_PrincipalObjectAttributeAccesses
- appaction_appaction
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
- lk_appaction_createdonbehalfby
- lk_appaction_modifiedby
- lk_appaction_modifiedonbehalfby
- organization_appaction
- appaction_appaction
- appmodule_appaction_appmoduleid
- canvasapp_appaction_onclickeventformulacomponentlibraryid
- canvasapp_appaction_visibilityformulacomponentlibraryid
- entity_appaction_ContextEntity
- webresource_appaction_iconwebresourceid
- webresource_appaction_onclickeventjavascriptwebresourceid
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: |
関連項目
フィードバック
フィードバックの送信と表示