Referencia de tabla o entidad SdkMessageProcessingStep

Nota

¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.

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

Mensajes

Mensaje Operación de API web Método o clase de SDK
Create POST [org URI]/api/data/v9.0/sdkmessageprocessingsteps
Vea Crear
CreateRequest o
Create
Delete DELETE [org URI]/api/data/v9.0/sdkmessageprocessingsteps(sdkmessageprocessingstepid)
Vea Eliminar
DeleteRequest o
Delete
Retrieve GET [org URI]/api/data/v9.0/sdkmessageprocessingsteps(sdkmessageprocessingstepid)
Vea Recuperar
RetrieveRequest o
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/sdkmessageprocessingsteps
Vea Consultar datos
RetrieveMultipleRequest o
RetrieveMultiple
SetState PATCH [org URI]/api/data/v9.0/sdkmessageprocessingsteps(sdkmessageprocessingstepid)
Actualizar propiedades statecode y statuscode.
SetStateRequest
Update PATCH [org URI]/api/data/v9.0/sdkmessageprocessingsteps(sdkmessageprocessingstepid)
Vea Actualizar
UpdateRequest o
Update

Propiedades

Propiedad Valor
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

Columnas/atributos que se pueden escribir

Estas columnas o atributos devuelven true para IsValidForCreate o IsValidForUpdate (generalmente ambos). Listado por SchemaName.

AsyncAutoDelete

Propiedad Valor
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

Elecciones/opciones de AsyncAutoDelete

Valor Etiqueta Descripción
1 Yes
0 No

Valor predeterminado: 0

CanUseReadOnlyConnection

Propiedad Valor
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

Elecciones/opciones de CanUseReadOnlyConnection

Valor Etiqueta Descripción
1 Yes
0 No

Valor predeterminado: 0

Category

Añadido por: solución API messages extension solution

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
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

Añadido por: solución Plugin Infrastructure Extension

Propiedad Valor
Description EnablePluginProfiler
DisplayName EnablePluginProfiler
IsValidForForm True
IsValidForRead True
LogicalName enablepluginprofiler
RequiredLevel None
Type Boolean

Elecciones/opciones de EnablePluginProfiler

Valor Etiqueta Descripción
1 Yes
0 No

Valor predeterminado: 0

EventExpander

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName eventhandlertypecode
RequiredLevel None
Type EntityName

FilteringAttributes

Propiedad Valor
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

Añadido por: solución msft_PowerfxRuleSolution

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

ImpersonatingUserId

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
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

Elecciones/opciones de InvocationSource

Valor Etiqueta Descripción
-1 Internal
0 Parent
1 Child

IsCustomizable

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

IsHidden

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

Mode

Propiedad Valor
Description Run-time mode of execution, for example, synchronous or asynchronous.
DisplayName Execution Mode
IsValidForForm False
IsValidForRead True
LogicalName mode
RequiredLevel SystemRequired
Type Picklist

Elecciones/opciones de Mode

Valor Etiqueta Descripción
0 Synchronous
1 Asynchronous

Name

Propiedad Valor
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

Propiedad Valor
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

Añadido por: solución msft_PowerfxRuleSolution

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

Rank

Propiedad Valor
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

Añadido por: solución RuntimeIntegration

Propiedad Valor
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

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

SdkMessageId

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

SdkMessageProcessingStepId

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

SdkMessageProcessingStepSecureConfigId

Propiedad Valor
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

Propiedad Valor
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

Elecciones/opciones de Stage

Valor Etiqueta Descripción
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

Propiedad Valor
Description Status of the SDK message processing step.
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

Elecciones/opciones de StateCode

Valor Etiqueta Estado predeterminado Nombre invariable
0 Enabled 1 Enabled
1 Disabled 2 Disabled

StatusCode

Propiedad Valor
Description Reason for the status of the SDK message processing step.
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

Elecciones/opciones de StatusCode

Valor Etiqueta Estado
1 Enabled 0
2 Disabled 1

SupportedDeployment

Propiedad Valor
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

Elecciones/opciones de SupportedDeployment

Valor Etiqueta Descripción
0 Server Only
1 Microsoft Dynamics 365 Client for Outlook Only
2 Both

Columnas/atributos de sólo lectura

Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.

ComponentState

Propiedad Valor
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

Elecciones/opciones de ComponentState

Valor Etiqueta Descripción
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

CustomizationLevel

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName eventhandlername
MaxLength 256
RequiredLevel None
Type String

FxExpressionIdName

Añadido por: solución msft_PowerfxRuleSolution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName fxexpressionidname
MaxLength 100
RequiredLevel None
Type String

ImpersonatingUserIdName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName impersonatinguseridname
MaxLength 100
RequiredLevel None
Type String

IsManaged

Propiedad Valor
Description Information that specifies whether this component is managed.
DisplayName State
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

Elecciones/opciones de IsManaged

Valor Etiqueta Descripción
1 Managed
0 Unmanaged

Valor predeterminado: 0

ModifiedBy

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OrganizationId

Propiedad Valor
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

Propiedad Valor
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateOnly
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

PluginTypeIdName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName plugintypeidname
MaxLength 100
RequiredLevel None
Type String

PowerfxRuleIdName

Añadido por: solución msft_PowerfxRuleSolution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName powerfxruleidname
MaxLength 100
RequiredLevel None
Type String

SdkMessageIdName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName sdkmessageidname
MaxLength 100
RequiredLevel None
Type String

SdkMessageProcessingStepIdUnique

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

SolutionId

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

SupportingSolutionId

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

VersionNumber

Propiedad Valor
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

Relaciones de uno a varios

Listado por SchemaName.

SdkMessageProcessingStep_AsyncOperations

Igual que la relación de varios a uno SdkMessageProcessingStep_AsyncOperations de la tabla asyncoperation.

Propiedad Valor
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

Igual que la relación de varios a uno sdkmessageprocessingstepid_sdkmessageprocessingstepimage de la tabla sdkmessageprocessingstepimage.

Propiedad Valor
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

Relaciones de varios a uno

Cada relación de varios a uno se define mediante una relación de uno a varios correspondiente con la tabla relacionada. Listado por SchemaName.

plugintype_sdkmessageprocessingstep

Consulte la relación de uno a varios plugintype_sdkmessageprocessingstep de la tabla plugintype.

sdkmessagefilterid_sdkmessageprocessingstep

Consulte la relación de uno a varios sdkmessagefilterid_sdkmessageprocessingstep de la tabla sdkmessagefilter.

serviceendpoint_sdkmessageprocessingstep

Consulte la relación de uno a varios serviceendpoint_sdkmessageprocessingstep de la tabla serviceendpoint.

lk_sdkmessageprocessingstep_createdonbehalfby

Consulte la relación de uno a varios lk_sdkmessageprocessingstep_createdonbehalfby de la tabla systemuser.

organization_sdkmessageprocessingstep

Consulte la relación de uno a varios organization_sdkmessageprocessingstep de la tabla organization.

impersonatinguserid_sdkmessageprocessingstep

Consulte la relación de uno a varios impersonatinguserid_sdkmessageprocessingstep de la tabla systemuser.

lk_sdkmessageprocessingstep_modifiedonbehalfby

Consulte la relación de uno a varios lk_sdkmessageprocessingstep_modifiedonbehalfby de la tabla systemuser.

modifiedby_sdkmessageprocessingstep

Consulte la relación de uno a varios modifiedby_sdkmessageprocessingstep de la tabla systemuser.

sdkmessageid_sdkmessageprocessingstep

Consulte la relación de uno a varios sdkmessageid_sdkmessageprocessingstep de la tabla sdkmessage.

sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep

Consulte la relación de uno a varios sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep de la tabla sdkmessageprocessingstepsecureconfig.

createdby_sdkmessageprocessingstep

Consulte la relación de uno a varios createdby_sdkmessageprocessingstep de la tabla systemuser.

plugintypeid_sdkmessageprocessingstep

Consulte la relación de uno a varios plugintypeid_sdkmessageprocessingstep de la tabla plugintype.

fxexpression_sdkmessageprocessingstep

Añadido por: solución msft_PowerfxRuleSolution

Consulte la relación de uno a varios fxexpression_sdkmessageprocessingstep de la tabla fxexpression.

powerfxrule_sdkmessageprocessingstep

Añadido por: solución msft_PowerfxRuleSolution

Consulte la relación de uno a varios powerfxrule_sdkmessageprocessingstep de la tabla powerfxrule.

Consultar también

Referencia de tabla o entidad de Dataverse Referencia de la API web sdkmessageprocessingstep EntityType