Stage in the execution pipeline that a plug-in is to execute.
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.
Expand table
The following table lists selected properties for the Sdk Message Processing Step (SdkMessageProcessingStep) table.
Expand 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 .
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
Property
Value
Description
DisplayName
IsValidForForm
False
IsValidForRead
True
LogicalName
eventhandlertypecode
RequiredLevel
None
Type
EntityName
Expand table
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
Expand table
Property
Value
Description
Unique identifier for fxexpression associated with SdkMessageProcessingStep.
DisplayName
fxexpressionid
IsValidForForm
True
IsValidForRead
True
LogicalName
fxexpressionid
RequiredLevel
None
Type
Lookup
Targets
fxexpression
Expand table
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
Expand table
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
Expand table
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
Expand table
Value
Label
-1
Internal
0
Parent
1
Child
Expand table
Property
Value
Description
Information that specifies whether this component can be customized.
DisplayName
Customizable
IsValidForForm
False
IsValidForRead
True
LogicalName
iscustomizable
RequiredLevel
SystemRequired
Type
ManagedProperty
Expand table
Property
Value
Description
Information that specifies whether this component should be hidden.
DisplayName
Hidden
IsValidForForm
False
IsValidForRead
True
LogicalName
ishidden
RequiredLevel
SystemRequired
Type
ManagedProperty
Expand table
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
Expand table
Value
Label
0
Synchronous
1
Asynchronous
Expand table
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
Expand table
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
Expand table
Property
Value
Description
Unique identifier for powerfxrule associated with SdkMessageProcessingStep.
DisplayName
powerfxruleid
IsValidForForm
True
IsValidForRead
True
LogicalName
powerfxruleid
RequiredLevel
None
Type
Lookup
Targets
powerfxrule
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
Property
Value
Description
Unique identifier of the SDK message processing step entity.
DisplayName
IsValidForForm
False
IsValidForRead
True
LogicalName
sdkmessageprocessingstepid
RequiredLevel
SystemRequired
Type
Uniqueidentifier
SdkMessageProcessingStepSecureConfigId
Expand table
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
Expand table
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
Expand table
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)
Expand table
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
Expand table
Value
Details
0
Label: Enabled DefaultStatus: 1 InvariantName: Enabled
1
Label: Disabled DefaultStatus: 2 InvariantName: Disabled
Expand table
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
Expand table
Value
Details
1
Label: Enabled State:0 TransitionData: None
2
Label: Disabled State:1 TransitionData: None
Expand table
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
Expand table
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 .
Expand table
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
Expand table
Value
Label
0
Published
1
Unpublished
2
Deleted
3
Deleted Unpublished
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
Property
Value
Description
Unique identifier of the SDK message processing step.
DisplayName
IsValidForForm
False
IsValidForRead
True
LogicalName
sdkmessageprocessingstepidunique
RequiredLevel
SystemRequired
Type
Uniqueidentifier
Expand table
Property
Value
Description
Unique identifier of the associated solution.
DisplayName
Solution
IsValidForForm
False
IsValidForRead
True
LogicalName
solutionid
RequiredLevel
SystemRequired
Type
Uniqueidentifier
Expand table
Property
Value
Description
For internal use only.
DisplayName
Solution
IsValidForForm
False
IsValidForRead
False
LogicalName
supportingsolutionid
RequiredLevel
None
Type
Uniqueidentifier
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
Expand table
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
sdkmessageprocessingstep_plugin_SdkMessageProcessingStep
Many-To-One Relationship: plugin sdkmessageprocessingstep_plugin_SdkMessageProcessingStep
Expand table
Property
Value
ReferencingEntity
plugin
ReferencingAttribute
sdkmessageprocessingstep
ReferencedEntityNavigationPropertyName
sdkmessageprocessingstep_plugin_SdkMessageProcessingStep
IsCustomizable
True
AssociatedMenuConfiguration
AvailableOffline: True Behavior: UseCollectionName
Group: Details
Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000
sdkmessageprocessingstepid_sdkmessageprocessingstepimage
Many-To-One Relationship: sdkmessageprocessingstepimage sdkmessageprocessingstepid_sdkmessageprocessingstepimage
Expand table
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
Dataverse table/entity reference
Dataverse Web API Reference
sdkmessageprocessingstep