App Action (appaction) table/entity reference

Contains Modern Command Information

Messages

The following table lists the messages for the App Action (appaction) table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API Operation SDK for .NET
Create
Event: True
POST /appactions
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: True
DELETE /appactions(appactionid)
See Delete
Delete records
IsValidStateTransition
Event: False
IsValidStateTransition IsValidStateTransitionRequest
Retrieve
Event: True
GET /appactions(appactionid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: True
GET /appactions
See Query data
Query data
SetState
Event: True
PATCH /appactions(appactionid)
Update the statecode and statuscode properties.
SetStateRequest
Update
Event: True
PATCH /appactions(appactionid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /appactions(appactionid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Events

The following table lists the events for the App Action (appaction) table. Events are messages that exist so that you can subscribe to them. Unless you added the event, you shouldn't invoke the message, only subscribe to it.

Name Web API Operation SDK for .NET
BulkRetain BulkRetain Learn to use messages with the SDK for .NET
PurgeRetainedContent PurgeRetainedContent Learn to use messages with the SDK for .NET
Retain Retain Learn to use messages with the SDK for .NET
RollbackRetain RollbackRetain Learn to use messages with the SDK for .NET
ValidateRetentionConfig ValidateRetentionConfig Learn to use messages with the SDK for .NET

Properties

The following table lists selected properties for the App Action (appaction) table.

Property Value
DisplayName App Action
DisplayCollectionName App Actions
SchemaName appaction
CollectionSchemaName appactions
EntitySetName appactions
LogicalName appaction
LogicalCollectionName appactions
PrimaryIdAttribute appactionid
PrimaryNameAttribute name
TableType Standard
OwnershipType OrganizationOwned

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

appactionId

Property Value
Description Unique identifier for entity instances
DisplayName App Action
IsValidForForm False
IsValidForRead True
LogicalName appactionid
RequiredLevel SystemRequired
Type Uniqueidentifier

AppModuleId

Property Value
Description Unique identifier for AppModule associated with Modern Command
DisplayName App Module Id
IsValidForForm True
IsValidForRead True
LogicalName appmoduleid
RequiredLevel None
Type Lookup
Targets appmodule

ButtonAccessibilityText

Property Value
Description
DisplayName Accessibility Text for Modern Command Button
IsValidForForm True
IsValidForRead True
LogicalName buttonaccessibilitytext
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable True
MaxLength 256

ButtonLabelText

Property Value
Description Label Text renders for Modern Command Button
DisplayName Button Label Text
IsValidForForm True
IsValidForRead True
LogicalName buttonlabeltext
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable True
MaxLength 256

ButtonSequencePriority

Property Value
Description Order of the Modern Command Button (Depreciated)
DisplayName Button Sequence Priority (Depreciated)
IsValidForForm True
IsValidForRead True
LogicalName buttonsequencepriority
RequiredLevel None
Type Decimal
ImeMode Auto
MaxValue 100000000000
MinValue 0
Precision 10
SourceTypeMask 0

ButtonTooltipDescription

Property Value
Description Tooltip Description for Modern Command Button
DisplayName Button Tooltip Description
IsValidForForm True
IsValidForRead True
LogicalName buttontooltipdescription
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable True
MaxLength 500

ButtonTooltipTitle

Property Value
Description Tooltip Title for Modern Command Button
DisplayName Button Tooltip Title
IsValidForForm True
IsValidForRead True
LogicalName buttontooltiptitle
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable True
MaxLength 256

ClientType

Property Value
Description Client Type associated with Modern Command
DisplayName Client Type
IsValidForForm True
IsValidForRead True
LogicalName clienttype
RequiredLevel None
Type MultiSelectPicklist
DefaultFormValue
GlobalChoiceName appaction_clienttype

ClientType Choices/Options

Value Label
0 Browser
1 Mobile
2 Mail App

Context

Property Value
Description Context scope associated with Modern Command
DisplayName Context
IsValidForForm True
IsValidForRead True
LogicalName context
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue -1
GlobalChoiceName appaction_context

Context Choices/Options

Value Label
0 All
1 Entity

ContextEntity

Property Value
Description Context Entity associated with Modern Command
DisplayName Context Entity
IsValidForForm True
IsValidForRead True
LogicalName contextentity
RequiredLevel None
Type Lookup
Targets entity

ContextValue

Property Value
Description Context Name associated with Modern Command
DisplayName Context Value
IsValidForForm True
IsValidForRead True
LogicalName contextvalue
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 150

FontIcon

Property Value
Description Font Icon for Modern Command Button
DisplayName Font Icon
IsValidForForm True
IsValidForRead True
LogicalName fonticon
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

GroupTitle

Property Value
Description Group Title for Modern Command Group Button
DisplayName Group Title
IsValidForForm True
IsValidForRead True
LogicalName grouptitle
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable True
MaxLength 256

Hidden

Property Value
Description
DisplayName Hidden
IsValidForForm True
IsValidForRead True
LogicalName hidden
RequiredLevel None
Type Boolean
GlobalChoiceName appaction_hidden
DefaultValue False
True Label Yes
False Label No

IconWebResourceId

Property Value
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
Type Lookup
Targets webresource

ImportSequenceNumber

Property Value
Description Sequence number of the import that created this record.
DisplayName Import Sequence Number
IsValidForForm False
IsValidForRead True
LogicalName importsequencenumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

IsCustomizable

Property Value
Description For internal use only.
DisplayName Is Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

IsDisabled

Property Value
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
GlobalChoiceName appaction_isdisabled
DefaultValue False
True Label Yes
False Label No

isGroupTitleHidden

Property Value
Description Flag indicates the Modern Command Group Button Title is hidden
DisplayName isGroupTitleHidden
IsValidForForm True
IsValidForRead True
LogicalName isgrouptitlehidden
RequiredLevel None
Type Boolean
GlobalChoiceName appaction_isgrouptitlehidden
DefaultValue False
True Label Yes
False Label No

Location

Property Value
Description Location of the Command bar associated with the Modern Command.
DisplayName Location
IsValidForForm True
IsValidForRead True
LogicalName location
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue -1
GlobalChoiceName appaction_location

Location Choices/Options

Value Label
0 Form
1 Main Grid
2 Sub Grid
3 Associated Grid
4 Quick Form
5 Global Header
6 Dashboard

name

Property Value
Description The name of the AppAction entity.
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName name
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

OnClickEventFormulaComponentLibrary

Property Value
Description Name of the Component Library where FX Action stored.
DisplayName On Click Event Formula Component Library
IsValidForForm True
IsValidForRead True
LogicalName onclickeventformulacomponentlibrary
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 200

OnClickEventFormulaComponentLibraryId

Property Value
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
Type Lookup
Targets canvasapp

OnClickEventFormulaComponentName

Property Value
Description Name of the Component for FX Modern Command.
DisplayName On Click Event Formula Component Name
IsValidForForm True
IsValidForRead True
LogicalName onclickeventformulacomponentname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

OnClickEventFormulaFunctionName

Property Value
Description Name of the Function for FX Modern Command.
DisplayName On Click Event Formula Function Name
IsValidForForm True
IsValidForRead True
LogicalName onclickeventformulafunctionname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

OnClickEventJavaScriptFunctionName

Property Value
Description Name of the Function for JS Modern Command.
DisplayName On Click Event JavaScript Function Name
IsValidForForm True
IsValidForRead True
LogicalName onclickeventjavascriptfunctionname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 300

OnClickEventJavaScriptParameters

Property Value
Description Parameters of the Function for JS Modern Command.
DisplayName On Click Event JavaScript Parameters
IsValidForForm True
IsValidForRead True
LogicalName onclickeventjavascriptparameters
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 4000

OnClickEventJavaScriptWebResourceId

Property Value
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
Type Lookup
Targets webresource

OnClickEventType

Property Value
Description Type of Action associated with Modern Command.
DisplayName On Click Event Type
IsValidForForm True
IsValidForRead True
LogicalName onclickeventtype
RequiredLevel None
Type Picklist
DefaultFormValue 0
GlobalChoiceName appaction_onclickeventtype

OnClickEventType Choices/Options

Value Label
0 None
1 Formula
2 JavaScript

Origin

Property Value
Description Origin of App Action.
DisplayName Origin
IsValidForForm True
IsValidForRead True
LogicalName origin
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName appaction_origin

Origin Choices/Options

Value Label
0 Default
1 Migrated
2 Enhanced Migrated

OverriddenCreatedOn

Property Value
Description Date and time that the record was migrated.
DisplayName Record Created On
IsValidForForm False
IsValidForRead True
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateOnly
ImeMode Inactive
SourceTypeMask 0

ParentAppActionId

Property Value
Description Unique identifier for Parent Modern Command associated with Modern Command.
DisplayName Parent AppAction
IsValidForForm True
IsValidForRead True
LogicalName parentappactionid
RequiredLevel None
Type Lookup
Targets appaction

Sequence

Property Value
Description Order of the Modern Command to be Displayed.
DisplayName Sequence
IsValidForForm True
IsValidForRead True
LogicalName sequence
RequiredLevel None
Type Decimal
ImeMode Auto
MaxValue 100000000000
MinValue 0
Precision 10
SourceTypeMask 0

statecode

Property Value
Description Status of the App Action
DisplayName Status
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State
DefaultFormValue
GlobalChoiceName appaction_statecode

statecode Choices/Options

Value Details
0 Label: Active
DefaultStatus: 1
InvariantName: Active
1 Label: Inactive
DefaultStatus: 2
InvariantName: Inactive

statuscode

Property Value
Description Reason for the status of the App Action
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status
DefaultFormValue
GlobalChoiceName appaction_statuscode

statuscode Choices/Options

Value Details
1 Label: Active
State:0
TransitionData: None
2 Label: Inactive
State:1
TransitionData: None

TimeZoneRuleVersionNumber

Property Value
Description For internal use only.
DisplayName Time Zone Rule Version Number
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

Type

Property Value
Description Type of Modern Command Button
DisplayName Type
IsValidForForm True
IsValidForRead True
LogicalName type
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue -1
GlobalChoiceName appaction_type

Type Choices/Options

Value Label
0 Standard Button
1 Dropdown Button
2 Split Button
3 Group

UniqueName

Property Value
Description Unique Name of the AppAction
DisplayName Unique Name
IsValidForForm True
IsValidForRead True
LogicalName uniquename
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 300

UTCConversionTimeZoneCode

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

VisibilityFormulaComponentLibrary

Property Value
Description Name of the Component Library where FX Visible Rule stored associated with Modern Command.
DisplayName Visibility Formula Component Library
IsValidForForm True
IsValidForRead True
LogicalName visibilityformulacomponentlibrary
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 200

VisibilityFormulaComponentLibraryId

Property Value
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
Type Lookup
Targets canvasapp

VisibilityFormulaComponentName

Property Value
Description Name of the Component for FX Visible Rule associated with Modern Command.
DisplayName Visibility Formula Component Name
IsValidForForm True
IsValidForRead True
LogicalName visibilityformulacomponentname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

VisibilityFormulaFunctionName

Property Value
Description Name of the Function for FX Visible Rule assoicated with Modern Command.
DisplayName Visibility Formula Function Name
IsValidForForm True
IsValidForRead True
LogicalName visibilityformulafunctionname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

VisibilityType

Property Value
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
DefaultFormValue -1
GlobalChoiceName appaction_visibilitytype

VisibilityType Choices/Options

Value Label
0 None
1 Formula
2 Classic Rules

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.

ComponentIdUnique

Property Value
Description For internal use only.
DisplayName Row id unique
IsValidForForm False
IsValidForRead True
LogicalName componentidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

ComponentState

Property Value
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue
GlobalChoiceName componentstate

ComponentState Choices/Options

Value Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Property Value
Description Unique identifier of the user who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Type Lookup
Targets systemuser

CreatedOn

Property Value
Description Date and time when the record was created.
DisplayName Created On
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

CreatedOnBehalfBy

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

IsManaged

Property Value
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
GlobalChoiceName ismanaged
DefaultValue False
True Label Managed
False Label Unmanaged

ModifiedBy

Property Value
Description Unique identifier of the user who modified the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Type Lookup
Targets systemuser

ModifiedOn

Property Value
Description Date and time when the record was modified.
DisplayName Modified On
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

ModifiedOnBehalfBy

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

OrganizationId

Property Value
Description Unique identifier for the organization
DisplayName Organization Id
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Type Lookup
Targets organization

OverwriteTime

Property Value
Description For internal use only.
DisplayName Record Overwrite Time
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

SolutionId

Property Value
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Property Value
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

VersionNumber

Property Value
Description Version Number
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
RequiredLevel None
Type BigInt
MaxValue 9223372036854775807
MinValue -9223372036854775808

Many-to-One relationships

These relationships are many-to-one. Listed by SchemaName.

appaction_appaction

One-To-Many Relationship: appaction appaction_appaction

Property Value
ReferencedEntity appaction
ReferencedAttribute appactionid
ReferencingAttribute parentappactionid
ReferencingEntityNavigationPropertyName ParentAppActionId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

appmodule_appaction_appmoduleid

One-To-Many Relationship: appmodule appmodule_appaction_appmoduleid

Property Value
ReferencedEntity appmodule
ReferencedAttribute appmoduleid
ReferencingAttribute appmoduleid
ReferencingEntityNavigationPropertyName AppModuleId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: Cascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

canvasapp_appaction_onclickeventformulacomponentlibraryid

One-To-Many Relationship: canvasapp canvasapp_appaction_onclickeventformulacomponentlibraryid

Property Value
ReferencedEntity canvasapp
ReferencedAttribute canvasappid
ReferencingAttribute onclickeventformulacomponentlibraryid
ReferencingEntityNavigationPropertyName OnClickEventFormulaComponentLibraryId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

canvasapp_appaction_visibilityformulacomponentlibraryid

One-To-Many Relationship: canvasapp canvasapp_appaction_visibilityformulacomponentlibraryid

Property Value
ReferencedEntity canvasapp
ReferencedAttribute canvasappid
ReferencingAttribute visibilityformulacomponentlibraryid
ReferencingEntityNavigationPropertyName VisibilityFormulaComponentLibraryId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

entity_appaction_ContextEntity

One-To-Many Relationship: entity entity_appaction_ContextEntity

Property Value
ReferencedEntity entity
ReferencedAttribute entityid
ReferencingAttribute contextentity
ReferencingEntityNavigationPropertyName ContextEntity
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_appaction_createdby

One-To-Many Relationship: systemuser lk_appaction_createdby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdby
ReferencingEntityNavigationPropertyName createdby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_appaction_createdonbehalfby

One-To-Many Relationship: systemuser lk_appaction_createdonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdonbehalfby
ReferencingEntityNavigationPropertyName createdonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_appaction_modifiedby

One-To-Many Relationship: systemuser lk_appaction_modifiedby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedby
ReferencingEntityNavigationPropertyName modifiedby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_appaction_modifiedonbehalfby

One-To-Many Relationship: systemuser lk_appaction_modifiedonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedonbehalfby
ReferencingEntityNavigationPropertyName modifiedonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

organization_appaction

One-To-Many Relationship: organization organization_appaction

Property Value
ReferencedEntity organization
ReferencedAttribute organizationid
ReferencingAttribute organizationid
ReferencingEntityNavigationPropertyName organizationid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

webresource_appaction_iconwebresourceid

One-To-Many Relationship: webresource webresource_appaction_iconwebresourceid

Property Value
ReferencedEntity webresource
ReferencedAttribute webresourceid
ReferencingAttribute iconwebresourceid
ReferencingEntityNavigationPropertyName IconWebResourceId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

webresource_appaction_onclickeventjavascriptwebresourceid

One-To-Many Relationship: webresource webresource_appaction_onclickeventjavascriptwebresourceid

Property Value
ReferencedEntity webresource
ReferencedAttribute webresourceid
ReferencingAttribute onclickeventjavascriptwebresourceid
ReferencingEntityNavigationPropertyName OnClickEventJavaScriptWebResourceId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-to-Many relationships

These relationships are one-to-many. Listed by SchemaName.

appaction_appaction

Many-To-One Relationship: appaction appaction_appaction

Property Value
ReferencingEntity appaction
ReferencingAttribute parentappactionid
ReferencedEntityNavigationPropertyName appaction_appaction
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

appaction_AsyncOperations

Many-To-One Relationship: asyncoperation appaction_AsyncOperations

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName appaction_AsyncOperations
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

appaction_BulkDeleteFailures

Many-To-One Relationship: bulkdeletefailure appaction_BulkDeleteFailures

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName appaction_BulkDeleteFailures
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

appaction_MailboxTrackingFolders

Many-To-One Relationship: mailboxtrackingfolder appaction_MailboxTrackingFolders

Property Value
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName appaction_MailboxTrackingFolders
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

appaction_PrincipalObjectAttributeAccesses

Many-To-One Relationship: principalobjectattributeaccess appaction_PrincipalObjectAttributeAccesses

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
ReferencedEntityNavigationPropertyName appaction_PrincipalObjectAttributeAccesses
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

appaction_ProcessSession

Many-To-One Relationship: processsession appaction_ProcessSession

Property Value
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName appaction_ProcessSession
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

appaction_SyncErrors

Many-To-One Relationship: syncerror appaction_SyncErrors

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName appaction_SyncErrors
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Many-to-Many relationships

These relationships are many-to-many. Listed by SchemaName.

appaction_appactionrule_classicrules

See appactionrule appaction_appactionrule_classicrules Many-To-Many Relationship

Property Value
IntersectEntityName appaction_appactionrule_classicrules
IsCustomizable False
SchemaName appaction_appactionrule_classicrules
IntersectAttribute appactionid
NavigationPropertyName appaction_appactionrule_classicrules
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

See also

Dataverse table/entity reference
Dataverse Web API Reference
appaction