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

注意

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

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

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Create POST [org URI]/api/data/v9.0/sdkmessageprocessingsteps
作成を参照
CreateRequest または
Create
Delete DELETE [org URI]/api/data/v9.0/sdkmessageprocessingsteps(sdkmessageprocessingstepid)
削除を参照
DeleteRequest または
Delete
Retrieve GET [org URI]/api/data/v9.0/sdkmessageprocessingsteps(sdkmessageprocessingstepid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/sdkmessageprocessingsteps
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple
SetState PATCH [org URI]/api/data/v9.0/sdkmessageprocessingsteps(sdkmessageprocessingstepid)
statecodestatuscode のプロパティを更新する。
SetStateRequest
Update PATCH [org URI]/api/data/v9.0/sdkmessageprocessingsteps(sdkmessageprocessingstepid)
更新を参照
UpdateRequest または
Update

プロパティ

プロパティ
CollectionSchemaName SdkMessageProcessingSteps
DisplayCollectionName Sdk Message Processing Steps
DisplayName Sdk Message Processing Step
EntitySetName sdkmessageprocessingsteps
IsBPFEntity False
LogicalCollectionName sdkmessageprocessingsteps
LogicalName sdkmessageprocessingstep
OwnershipType OrganizationOwned
PrimaryIdAttribute sdkmessageprocessingstepid
PrimaryNameAttribute name
SchemaName SdkMessageProcessingStep

書き込み可能な列/属性

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

AsyncAutoDelete

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

AsyncAutoDelete の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

CanUseReadOnlyConnection

プロパティ
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
IsValidForUpdate False
LogicalName canusereadonlyconnection
RequiredLevel SystemRequired
Type Boolean

CanUseReadOnlyConnection の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

Category

追加元 : API messages extension solution ソリューション

プロパティ
Description For internal use only.
DisplayName Category
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName category
MaxLength 100
RequiredLevel None
Type String

Configuration

プロパティ
Description Step-specific configuration for the plug-in type. Passed to the plug-in constructor at run time.
DisplayName Configuration
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName configuration
MaxLength 1073741823
RequiredLevel None
Type String

Description

プロパティ
Description Description of the SDK message processing step.
DisplayName Description
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName description
MaxLength 256
RequiredLevel None
Type String

EnablePluginProfiler

追加元 : Plugin Infrastructure Extension ソリューション

プロパティ
Description EnablePluginProfiler
DisplayName EnablePluginProfiler
IsValidForForm True
IsValidForRead True
LogicalName enablepluginprofiler
RequiredLevel None
Type Boolean

EnablePluginProfiler の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

EventExpander

プロパティ
Description Configuration for sending pipeline events to the Event Expander service.
DisplayName EventExpander
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName eventexpander
MaxLength 1073741823
RequiredLevel None
Type String

EventHandler

プロパティ
Description Unique identifier of the associated event handler.
DisplayName Event Handler
IsValidForForm True
IsValidForRead True
LogicalName eventhandler
RequiredLevel SystemRequired
Targets plugintype,serviceendpoint
Type Lookup

EventHandlerTypeCode

プロパティ
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName eventhandlertypecode
RequiredLevel None
Type EntityName

FilteringAttributes

プロパティ
Description Comma-separated list of attributes. If at least one of these attributes is modified, the plug-in should execute.
DisplayName Filtering Attributes
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName filteringattributes
MaxLength 100000
RequiredLevel None
Type String

FxExpressionId

追加元 : msft_PowerfxRuleSolution ソリューション

プロパティ
Description Unique identifier for fxexpression associated with SdkMessageProcessingStep.
DisplayName fxexpressionid
IsValidForForm True
IsValidForRead True
LogicalName fxexpressionid
RequiredLevel None
Targets fxexpression
Type Lookup

ImpersonatingUserId

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

IntroducedVersion

プロパティ
Description Version in which the form is introduced.
DisplayName Introduced Version
FormatName VersionNumber
IsLocalizable False
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName introducedversion
MaxLength 48
RequiredLevel None
Type String

InvocationSource

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

InvocationSource の選択肢/オプション

ラベル 内容
-1 Internal
0 Parent
1 Child

IsCustomizable

プロパティ
Description Information that specifies whether this component can be customized.
DisplayName Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

IsHidden

プロパティ
Description Information that specifies whether this component should be hidden.
DisplayName Hidden
IsValidForForm False
IsValidForRead True
LogicalName ishidden
RequiredLevel SystemRequired
Type ManagedProperty

Mode

プロパティ
Description Run-time mode of execution, for example, synchronous or asynchronous.
DisplayName Execution Mode
IsValidForForm False
IsValidForRead True
LogicalName mode
RequiredLevel SystemRequired
Type Picklist

Mode の選択肢/オプション

ラベル 内容
0 Synchronous
1 Asynchronous

Name

プロパティ
Description Name of SdkMessage processing step.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName name
MaxLength 256
RequiredLevel SystemRequired
Type String

PluginTypeId

プロパティ
Description Unique identifier of the plug-in type associated with the step.
DisplayName Plug-In Type
IsValidForForm True
IsValidForRead True
LogicalName plugintypeid
RequiredLevel SystemRequired
Targets sdkmessagefilter
Type Lookup

PowerfxRuleId

追加元 : msft_PowerfxRuleSolution ソリューション

プロパティ
Description Unique identifier for powerfxrule associated with SdkMessageProcessingStep.
DisplayName powerfxruleid
IsValidForForm True
IsValidForRead True
LogicalName powerfxruleid
RequiredLevel None
Targets powerfxrule
Type Lookup

Rank

プロパティ
Description Processing order within the stage.
DisplayName Execution Order
Format None
IsValidForForm False
IsValidForRead True
LogicalName rank
MaxValue 2147483647
MinValue -2147483648
RequiredLevel SystemRequired
Type Integer

RuntimeIntegrationProperties

追加元 : RuntimeIntegration ソリューション

プロパティ
Description For internal use only. Holds miscellaneous properties related to runtime integration.
DisplayName Runtime Integration Properties
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName runtimeintegrationproperties
MaxLength 512
RequiredLevel None
Type String

SdkMessageFilterId

プロパティ
Description Unique identifier of the SDK message filter.
DisplayName SdkMessage Filter
IsValidForForm False
IsValidForRead True
LogicalName sdkmessagefilterid
RequiredLevel None
Targets sdkmessagefilter
Type Lookup

SdkMessageId

プロパティ
Description Unique identifier of the SDK message.
DisplayName SDK Message
IsValidForForm True
IsValidForRead True
LogicalName sdkmessageid
RequiredLevel SystemRequired
Targets sdkmessage
Type Lookup

SdkMessageProcessingStepId

プロパティ
Description Unique identifier of the SDK message processing step entity.
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName sdkmessageprocessingstepid
RequiredLevel SystemRequired
Type Uniqueidentifier

SdkMessageProcessingStepSecureConfigId

プロパティ
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
Targets sdkmessageprocessingstepsecureconfig
Type Lookup

Stage

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

Stage の選択肢/オプション

ラベル 内容
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

プロパティ
Description Status of the SDK message processing step.
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

StateCode の選択肢/オプション

ラベル 既定の状態 不変名
0 Enabled 1 Enabled
1 Disabled 2 Disabled

StatusCode

プロパティ
Description Reason for the status of the SDK message processing step.
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

StatusCode の選択肢/オプション

ラベル 状態
1 Enabled 0
2 Disabled 1

SupportedDeployment

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

SupportedDeployment の選択肢/オプション

ラベル 内容
0 Server Only
1 Microsoft Dynamics 365 Client for Outlook Only
2 Both

読み取り専用列/属性

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

ComponentState

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

CreatedBy

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

CreatedByName

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

CreatedOn

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

CreatedOnBehalfBy

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

CreatedOnBehalfByName

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

CreatedOnBehalfByYomiName

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

CustomizationLevel

プロパティ
Description Customization level of the SDK message processing step.
DisplayName
Format None
IsValidForForm False
IsValidForRead True
LogicalName customizationlevel
MaxValue 255
MinValue -255
RequiredLevel SystemRequired
Type Integer

EventHandlerName

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

FxExpressionIdName

追加元 : msft_PowerfxRuleSolution ソリューション

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

ImpersonatingUserIdName

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

IsManaged

プロパティ
Description Information that specifies whether this component is managed.
DisplayName State
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

IsManaged の選択肢/オプション

ラベル 内容
1 Managed
0 Unmanaged

既定値 : 0

ModifiedBy

プロパティ
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
Targets systemuser
Type Lookup

ModifiedByName

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

ModifiedOn

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

ModifiedOnBehalfBy

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

ModifiedOnBehalfByName

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

ModifiedOnBehalfByYomiName

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

OrganizationId

プロパティ
Description Unique identifier of the organization with which the SDK message processing step is associated.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Targets organization
Type Lookup

OverwriteTime

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

PluginTypeIdName

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

PowerfxRuleIdName

追加元 : msft_PowerfxRuleSolution ソリューション

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

SdkMessageIdName

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

SdkMessageProcessingStepIdUnique

プロパティ
Description Unique identifier of the SDK message processing step.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName sdkmessageprocessingstepidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

SolutionId

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

SupportingSolutionId

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

VersionNumber

プロパティ
Description Number that identifies a specific revision of the SDK message processing step.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

一対多関連付け

SchemaName が一覧表示。

SdkMessageProcessingStep_AsyncOperations

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

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

sdkmessageprocessingstepid_sdkmessageprocessingstepimage

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

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

多対一関連付け

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

plugintype_sdkmessageprocessingstep

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

sdkmessagefilterid_sdkmessageprocessingstep

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

serviceendpoint_sdkmessageprocessingstep

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

lk_sdkmessageprocessingstep_createdonbehalfby

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

organization_sdkmessageprocessingstep

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

impersonatinguserid_sdkmessageprocessingstep

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

lk_sdkmessageprocessingstep_modifiedonbehalfby

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

modifiedby_sdkmessageprocessingstep

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

sdkmessageid_sdkmessageprocessingstep

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

sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep

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

createdby_sdkmessageprocessingstep

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

plugintypeid_sdkmessageprocessingstep

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

fxexpression_sdkmessageprocessingstep

追加元 : msft_PowerfxRuleSolution ソリューション

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

powerfxrule_sdkmessageprocessingstep

追加元 : msft_PowerfxRuleSolution ソリューション

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

関連項目

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