Rediģēt

Kopīgot, izmantojot


Sdk Message Processing Step (SdkMessageProcessingStep) table/entity reference

Stage in the execution pipeline that a plug-in is to execute.

Messages

The following table lists the messages for the Sdk Message Processing Step (SdkMessageProcessingStep) 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: False
POST /sdkmessageprocessingsteps
See Create
Create records
Delete
Event: False
DELETE /sdkmessageprocessingsteps(sdkmessageprocessingstepid)
See Delete
Delete records
Retrieve
Event: False
GET /sdkmessageprocessingsteps(sdkmessageprocessingstepid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: False
GET /sdkmessageprocessingsteps
See Query data
Query data
SetState
Event: False
PATCH /sdkmessageprocessingsteps(sdkmessageprocessingstepid)
Update the statecode and statuscode properties.
SetStateRequest
Update
Event: False
PATCH /sdkmessageprocessingsteps(sdkmessageprocessingstepid)
See Update
Update records
Upsert
Event: False
PATCH /sdkmessageprocessingsteps(sdkmessageprocessingstepid)
See Upsert a table row
UpsertRequest

Properties

The following table lists selected properties for the Sdk Message Processing Step (SdkMessageProcessingStep) table.

Property Value
DisplayName Sdk Message Processing Step
DisplayCollectionName Sdk Message Processing Steps
SchemaName SdkMessageProcessingStep
CollectionSchemaName SdkMessageProcessingSteps
EntitySetName sdkmessageprocessingsteps
LogicalName sdkmessageprocessingstep
LogicalCollectionName sdkmessageprocessingsteps
PrimaryIdAttribute sdkmessageprocessingstepid
PrimaryNameAttribute name
TableType Standard
OwnershipType OrganizationOwned

Writable columns/attributes

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

AsyncAutoDelete

Property Value
Description Indicates whether the asynchronous system job is automatically deleted on completion.
DisplayName Asynchronous Automatic Delete
IsValidForForm True
IsValidForRead True
LogicalName asyncautodelete
RequiredLevel SystemRequired
Type Boolean
GlobalChoiceName sdkmessageprocessingstep_asyncautodelete
DefaultValue False
True Label Yes
False Label No

CanBeBypassed

Property Value
Description
DisplayName
IsValidForForm True
IsValidForRead True
LogicalName canbebypassed
RequiredLevel SystemRequired
Type Boolean
GlobalChoiceName sdkmessageprocessingstep_canbebypassed
DefaultValue False
True Label Yes
False Label No

CanUseReadOnlyConnection

Property Value
Description Identifies whether a SDK Message Processing Step type will be ReadOnly or Read Write. false - ReadWrite, true - ReadOnly
DisplayName Intent
IsValidForForm False
IsValidForRead True
LogicalName canusereadonlyconnection
RequiredLevel SystemRequired
Type Boolean
GlobalChoiceName isoperationintentreadonly
DefaultValue False
True Label Yes
False Label No

Category

Property Value
Description For internal use only.
DisplayName Category
IsValidForForm True
IsValidForRead True
LogicalName category
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

Configuration

Property Value
Description Step-specific configuration for the plug-in type. Passed to the plug-in constructor at run time.
DisplayName Configuration
IsValidForForm True
IsValidForRead True
LogicalName configuration
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1073741823

Description

Property Value
Description Description of the SDK message processing step.
DisplayName Description
IsValidForForm True
IsValidForRead True
LogicalName description
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

EnablePluginProfiler

Property Value
Description EnablePluginProfiler
DisplayName EnablePluginProfiler
IsValidForForm True
IsValidForRead True
LogicalName enablepluginprofiler
RequiredLevel None
Type Boolean
GlobalChoiceName sdkmessageprocessingstep_enablepluginprofiler
DefaultValue False
True Label Yes
False Label No

EventExpander

Property Value
Description Configuration for sending pipeline events to the Event Expander service.
DisplayName EventExpander
IsValidForForm True
IsValidForRead True
LogicalName eventexpander
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1073741823

EventHandler

Property Value
Description Unique identifier of the associated event handler.
DisplayName Event Handler
IsValidForForm True
IsValidForRead True
LogicalName eventhandler
RequiredLevel SystemRequired
Type Lookup
Targets plugintype, serviceendpoint

EventHandlerTypeCode

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName eventhandlertypecode
RequiredLevel None
Type EntityName

FilteringAttributes

Property Value
Description Comma-separated list of attributes. If at least one of these attributes is modified, the plug-in should execute.
DisplayName Filtering Attributes
IsValidForForm True
IsValidForRead True
LogicalName filteringattributes
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100000

FxExpressionId

Property Value
Description Unique identifier for fxexpression associated with SdkMessageProcessingStep.
DisplayName fxexpressionid
IsValidForForm True
IsValidForRead True
LogicalName fxexpressionid
RequiredLevel None
Type Lookup
Targets fxexpression

ImpersonatingUserId

Property Value
Description Unique identifier of the user to impersonate context when step is executed.
DisplayName Impersonating User
IsValidForForm True
IsValidForRead True
LogicalName impersonatinguserid
RequiredLevel None
Type Lookup
Targets systemuser

IntroducedVersion

Property Value
Description Version in which the form is introduced.
DisplayName Introduced Version
IsValidForForm False
IsValidForRead True
LogicalName introducedversion
RequiredLevel None
Type String
Format VersionNumber
FormatName VersionNumber
ImeMode Auto
IsLocalizable False
MaxLength 48

InvocationSource

Property Value
Description Identifies if a plug-in should be executed from a parent pipeline, a child pipeline, or both.
DisplayName Invocation Source
IsValidForForm False
IsValidForRead True
LogicalName invocationsource
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName sdkmessageprocessingstep_invocationsource

InvocationSource Choices/Options

Value Label
-1 Internal
0 Parent
1 Child

IsCustomizable

Property Value
Description Information that specifies whether this component can be customized.
DisplayName Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

IsHidden

Property Value
Description Information that specifies whether this component should be hidden.
DisplayName Hidden
IsValidForForm False
IsValidForRead True
LogicalName ishidden
RequiredLevel SystemRequired
Type ManagedProperty

Mode

Property Value
Description Run-time mode of execution, for example, synchronous or asynchronous.
DisplayName Execution Mode
IsValidForForm False
IsValidForRead True
LogicalName mode
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName sdkmessageprocessingstep_mode

Mode Choices/Options

Value Label
0 Synchronous
1 Asynchronous

Name

Property Value
Description Name of SdkMessage processing step.
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName name
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

PluginTypeId

Property Value
Description Unique identifier of the plug-in type associated with the step.
DisplayName Plug-In Type
IsValidForForm True
IsValidForRead True
LogicalName plugintypeid
RequiredLevel SystemRequired
Type Lookup
Targets sdkmessagefilter

PowerfxRuleId

Property Value
Description Unique identifier for powerfxrule associated with SdkMessageProcessingStep.
DisplayName powerfxruleid
IsValidForForm True
IsValidForRead True
LogicalName powerfxruleid
RequiredLevel None
Type Lookup
Targets powerfxrule

Rank

Property Value
Description Processing order within the stage.
DisplayName Execution Order
IsValidForForm False
IsValidForRead True
LogicalName rank
RequiredLevel SystemRequired
Type Integer
MaxValue 2147483647
MinValue -2147483648

RuntimeIntegrationProperties

Property Value
Description For internal use only. Holds miscellaneous properties related to runtime integration.
DisplayName Runtime Integration Properties
IsValidForForm False
IsValidForRead True
LogicalName runtimeintegrationproperties
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 512

SdkMessageFilterId

Property Value
Description Unique identifier of the SDK message filter.
DisplayName SdkMessage Filter
IsValidForForm False
IsValidForRead True
LogicalName sdkmessagefilterid
RequiredLevel None
Type Lookup
Targets sdkmessagefilter

SdkMessageId

Property Value
Description Unique identifier of the SDK message.
DisplayName SDK Message
IsValidForForm True
IsValidForRead True
LogicalName sdkmessageid
RequiredLevel SystemRequired
Type Lookup
Targets sdkmessage

SdkMessageProcessingStepId

Property Value
Description Unique identifier of the SDK message processing step entity.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName sdkmessageprocessingstepid
RequiredLevel SystemRequired
Type Uniqueidentifier

SdkMessageProcessingStepSecureConfigId

Property Value
Description Unique identifier of the Sdk message processing step secure configuration.
DisplayName SDK Message Processing Step Secure Configuration
IsValidForForm False
IsValidForRead True
LogicalName sdkmessageprocessingstepsecureconfigid
RequiredLevel ApplicationRequired
Type Lookup
Targets sdkmessageprocessingstepsecureconfig

Stage

Property Value
Description Stage in the execution pipeline that the SDK message processing step is in.
DisplayName Execution Stage
IsValidForForm False
IsValidForRead True
LogicalName stage
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue 10
GlobalChoiceName sdkmessageprocessingstep_stage

Stage Choices/Options

Value Label
5 Initial Pre-operation (For internal use only)
10 Pre-validation
15 Internal Pre-operation Before External Plugins (For internal use only)
20 Pre-operation
25 Internal Pre-operation After External Plugins (For internal use only)
30 Main Operation (For internal use only)
35 Internal Post-operation Before External Plugins (For internal use only)
40 Post-operation
45 Internal Post-operation After External Plugins (For internal use only)
50 Post-operation (Deprecated)
55 Final Post-operation (For internal use only)
80 Pre-Commit stage fired before transaction commit (For internal use only)
90 Post-Commit stage fired after transaction commit (For internal use only)

StateCode

Property Value
Description Status of the SDK message processing step.
DisplayName Status
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State
DefaultFormValue 0
GlobalChoiceName sdkmessageprocessingstep_statecode

StateCode Choices/Options

Value Details
0 Label: Enabled
DefaultStatus: 1
InvariantName: Enabled
1 Label: Disabled
DefaultStatus: 2
InvariantName: Disabled

StatusCode

Property Value
Description Reason for the status of the SDK message processing step.
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status
DefaultFormValue -1
GlobalChoiceName sdkmessageprocessingstep_statuscode

StatusCode Choices/Options

Value Details
1 Label: Enabled
State:0
TransitionData: None
2 Label: Disabled
State:1
TransitionData: None

SupportedDeployment

Property Value
Description Deployment that the SDK message processing step should be executed on; server, client, or both.
DisplayName Deployment
IsValidForForm True
IsValidForRead True
LogicalName supporteddeployment
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName sdkmessageprocessingstep_supporteddeployment

SupportedDeployment Choices/Options

Value Label
0 Server Only
1 Microsoft Dynamics 365 Client for Outlook Only
2 Both

Read-only columns/attributes

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

ComponentState

Property Value
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue -1
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 SDK message processing step.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Type Lookup
Targets systemuser

CreatedOn

Property Value
Description Date and time when the SDK message processing step 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 sdkmessageprocessingstep.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

CustomizationLevel

Property Value
Description Customization level of the SDK message processing step.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName customizationlevel
RequiredLevel SystemRequired
Type Integer
MaxValue 255
MinValue -255

IsManaged

Property Value
Description Information that specifies whether this component is managed.
DisplayName State
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 last modified the SDK message processing step.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Type Lookup
Targets systemuser

ModifiedOn

Property Value
Description Date and time when the SDK message processing step was last 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 last modified the sdkmessageprocessingstep.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

OrganizationId

Property Value
Description Unique identifier of the organization with which the SDK message processing step is associated.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
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 DateOnly
ImeMode Inactive
SourceTypeMask 0

SdkMessageProcessingStepIdUnique

Property Value
Description Unique identifier of the SDK message processing step.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName sdkmessageprocessingstepidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

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 Number that identifies a specific revision of the SDK message processing step.
DisplayName
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.

createdby_sdkmessageprocessingstep

One-To-Many Relationship: systemuser createdby_sdkmessageprocessingstep

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

fxexpression_sdkmessageprocessingstep

One-To-Many Relationship: fxexpression fxexpression_sdkmessageprocessingstep

Property Value
ReferencedEntity fxexpression
ReferencedAttribute fxexpressionid
ReferencingAttribute fxexpressionid
ReferencingEntityNavigationPropertyName fxexpression
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

impersonatinguserid_sdkmessageprocessingstep

One-To-Many Relationship: systemuser impersonatinguserid_sdkmessageprocessingstep

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

lk_sdkmessageprocessingstep_createdonbehalfby

One-To-Many Relationship: systemuser lk_sdkmessageprocessingstep_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_sdkmessageprocessingstep_modifiedonbehalfby

One-To-Many Relationship: systemuser lk_sdkmessageprocessingstep_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

modifiedby_sdkmessageprocessingstep

One-To-Many Relationship: systemuser modifiedby_sdkmessageprocessingstep

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

organization_sdkmessageprocessingstep

One-To-Many Relationship: organization organization_sdkmessageprocessingstep

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

plugintype_sdkmessageprocessingstep

One-To-Many Relationship: plugintype plugintype_sdkmessageprocessingstep

Property Value
ReferencedEntity plugintype
ReferencedAttribute plugintypeid
ReferencingAttribute eventhandler
ReferencingEntityNavigationPropertyName eventhandler_plugintype
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

plugintypeid_sdkmessageprocessingstep

One-To-Many Relationship: plugintype plugintypeid_sdkmessageprocessingstep

Property Value
ReferencedEntity plugintype
ReferencedAttribute plugintypeid
ReferencingAttribute plugintypeid
ReferencingEntityNavigationPropertyName plugintypeid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

powerfxrule_sdkmessageprocessingstep

One-To-Many Relationship: powerfxrule powerfxrule_sdkmessageprocessingstep

Property Value
ReferencedEntity powerfxrule
ReferencedAttribute powerfxruleid
ReferencingAttribute powerfxruleid
ReferencingEntityNavigationPropertyName powerfxrule
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

sdkmessagefilterid_sdkmessageprocessingstep

One-To-Many Relationship: sdkmessagefilter sdkmessagefilterid_sdkmessageprocessingstep

Property Value
ReferencedEntity sdkmessagefilter
ReferencedAttribute sdkmessagefilterid
ReferencingAttribute sdkmessagefilterid
ReferencingEntityNavigationPropertyName sdkmessagefilterid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

sdkmessageid_sdkmessageprocessingstep

One-To-Many Relationship: sdkmessage sdkmessageid_sdkmessageprocessingstep

Property Value
ReferencedEntity sdkmessage
ReferencedAttribute sdkmessageid
ReferencingAttribute sdkmessageid
ReferencingEntityNavigationPropertyName sdkmessageid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep

One-To-Many Relationship: sdkmessageprocessingstepsecureconfig sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep

Property Value
ReferencedEntity sdkmessageprocessingstepsecureconfig
ReferencedAttribute sdkmessageprocessingstepsecureconfigid
ReferencingAttribute sdkmessageprocessingstepsecureconfigid
ReferencingEntityNavigationPropertyName sdkmessageprocessingstepsecureconfigid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

serviceendpoint_sdkmessageprocessingstep

One-To-Many Relationship: serviceendpoint serviceendpoint_sdkmessageprocessingstep

Property Value
ReferencedEntity serviceendpoint
ReferencedAttribute serviceendpointid
ReferencingAttribute eventhandler
ReferencingEntityNavigationPropertyName eventhandler_serviceendpoint
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-to-Many relationships

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

SdkMessageProcessingStep_AsyncOperations

Many-To-One Relationship: asyncoperation SdkMessageProcessingStep_AsyncOperations

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

sdkmessageprocessingstepid_sdkmessageprocessingstepimage

Many-To-One Relationship: sdkmessageprocessingstepimage sdkmessageprocessingstepid_sdkmessageprocessingstepimage

Property Value
ReferencingEntity sdkmessageprocessingstepimage
ReferencingAttribute sdkmessageprocessingstepid
ReferencedEntityNavigationPropertyName sdkmessageprocessingstepid_sdkmessageprocessingstepimage
IsCustomizable False
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
sdkmessageprocessingstep