Referencia de tabla o entidad Plug-in Trace Log (PluginTraceLog)

Nota

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

Trace and exception information generated by plug-ins and custom workflow activities.

Mensajes

Mensaje Operación de API web Método o clase de SDK
Delete DELETE [org URI]/api/data/v9.0/plugintracelogs(plugintracelogid)
Vea Eliminar
DeleteRequest o
Delete
Retrieve GET [org URI]/api/data/v9.0/plugintracelogs(plugintracelogid)
Vea Recuperar
RetrieveRequest o
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/plugintracelogs
Vea Consultar datos
RetrieveMultipleRequest o
RetrieveMultiple

Propiedades

Propiedad Valor
CollectionSchemaName PluginTraceLogs
DisplayCollectionName Plug-in Trace Logs
DisplayName Plug-in Trace Log
EntitySetName plugintracelogs
IsBPFEntity False
LogicalCollectionName plugintracelogs
LogicalName plugintracelog
OwnershipType OrganizationOwned
PrimaryIdAttribute plugintracelogid
PrimaryNameAttribute typename
SchemaName PluginTraceLog

Columnas/atributos de sólo lectura

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

Configuration

Propiedad Valor
Description Unsecured configuration for the plug-in trace log.
DisplayName Configuration
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName configuration
MaxLength 1073741823
RequiredLevel None
Type Memo

CorrelationId

Propiedad Valor
Description Unique identifier for tracking plug-in or custom workflow activity execution.
DisplayName Correlation Id
IsValidForForm True
IsValidForRead True
LogicalName correlationid
RequiredLevel None
Type Uniqueidentifier

CreatedBy

Propiedad Valor
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
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

CreatedByYomiName

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

CreatedOn

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time when the record 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 record.
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 SystemRequired
Type String

Depth

Propiedad Valor
Description Depth of execution of the plug-in or custom workflow activity.
DisplayName Depth
Format None
IsValidForForm True
IsValidForRead True
LogicalName depth
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

ExceptionDetails

Propiedad Valor
Description Details of the exception.
DisplayName Exception Details
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName exceptiondetails
MaxLength 1073741823
RequiredLevel None
Type Memo

IsSystemCreated

Propiedad Valor
Description Where the event originated. Set to true if it's a system trace; otherwise, false.
DisplayName System Created
IsValidForForm True
IsValidForRead True
LogicalName issystemcreated
RequiredLevel SystemRequired
Type Boolean

Elecciones/opciones de IsSystemCreated

Valor Etiqueta Descripción
1 Yes
0 No

Valor predeterminado: 0

MessageBlock

Propiedad Valor
Description Trace text from the plug-in.
DisplayName Message Block
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName messageblock
MaxLength 1073741823
RequiredLevel None
Type Memo

MessageName

Propiedad Valor
Description Name of the message that triggered this plug-in.
DisplayName Message Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName messagename
MaxLength 1024
RequiredLevel None
Type String

Mode

Propiedad Valor
Description Type of execution.
DisplayName Mode
IsValidForForm True
IsValidForRead True
LogicalName mode
RequiredLevel None
Type Picklist

Elecciones/opciones de Mode

Valor Etiqueta Descripción
0 Synchronous
1 Asynchronous

OperationType

Propiedad Valor
Description Type of custom code.
DisplayName Operation Type
IsValidForForm True
IsValidForRead True
LogicalName operationtype
RequiredLevel None
Type Picklist

Elecciones/opciones de OperationType

Valor Etiqueta Descripción
0 Unknown
1 Plug-in
2 Workflow Activity

OrganizationId

Propiedad Valor
Description Unique identifier for the organization.
DisplayName Organization Id
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Type Uniqueidentifier

PerformanceConstructorDuration

Propiedad Valor
Description Time, in milliseconds, to construct.
DisplayName Constructor Duration
Format None
IsValidForForm True
IsValidForRead True
LogicalName performanceconstructorduration
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

PerformanceConstructorStartTime

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time when constructed.
DisplayName Constructor Start Time
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName performanceconstructorstarttime
RequiredLevel None
Type DateTime

PerformanceExecutionDuration

Propiedad Valor
Description Time, in milliseconds, to execute the request.
DisplayName Execution Duration
Format None
IsValidForForm True
IsValidForRead True
LogicalName performanceexecutionduration
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

PerformanceExecutionStartTime

Propiedad Valor
DateTimeBehavior UserLocal
Description Time, in milliseconds, to execute the request.
DisplayName Execution Start Time
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName performanceexecutionstarttime
RequiredLevel None
Type DateTime

PersistenceKey

Propiedad Valor
Description Asynchronous workflow persistence key.
DisplayName Persistence Key
IsValidForForm True
IsValidForRead True
LogicalName persistencekey
RequiredLevel None
Type Uniqueidentifier

PluginStepId

Propiedad Valor
Description ID of the plug-in registration step.
DisplayName Plugin Step ID
IsValidForForm True
IsValidForRead True
LogicalName pluginstepid
RequiredLevel None
Type Uniqueidentifier

PluginTraceLogId

Propiedad Valor
Description Unique identifier for an entity instance.
DisplayName Plug-in Trace Log
IsValidForForm False
IsValidForRead True
LogicalName plugintracelogid
RequiredLevel SystemRequired
Type Uniqueidentifier

PrimaryEntity

Propiedad Valor
Description Entity, if any, that the plug-in is executed against.
DisplayName Primary Entity
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName primaryentity
MaxLength 1000
RequiredLevel None
Type String

Profile

Propiedad Valor
Description Plug-in profile formatted as serialized text.
DisplayName Profile
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName profile
MaxLength 1073741823
RequiredLevel None
Type Memo

RequestId

Propiedad Valor
Description Unique identifier of the message request.
DisplayName Request ID
IsValidForForm True
IsValidForRead True
LogicalName requestid
RequiredLevel None
Type Uniqueidentifier

SecureConfiguration

Propiedad Valor
Description Secured configuration for the plug-in trace log.
DisplayName Secure Configuration
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName secureconfiguration
MaxLength 1073741823
RequiredLevel None
Type Memo

TypeName

Propiedad Valor
Description Class name of the plug-in.
DisplayName Type Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName typename
MaxLength 1024
RequiredLevel None
Type String

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.

lk_plugintracelogbase_createdonbehalfby

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

createdby_plugintracelog

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

Consultar también

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